diff --git a/NuGet/cef-binary-x64.txt b/NuGet/cef-binary-x64.txt deleted file mode 100644 index 05d6cea..0000000 --- a/NuGet/cef-binary-x64.txt +++ /dev/null @@ -1 +0,0 @@ -This packages contains the x64 libs and resources \ No newline at end of file diff --git a/NuGet/cef-binary-x86.txt b/NuGet/cef-binary-x86.txt deleted file mode 100644 index f24e75c..0000000 --- a/NuGet/cef-binary-x86.txt +++ /dev/null @@ -1 +0,0 @@ -This packages contains the x86 libs and resources \ No newline at end of file diff --git a/NuGet/cef.redist.nuspec b/NuGet/cef.redist.nuspec index 4c0c43f..036758b 100644 --- a/NuGet/cef.redist.nuspec +++ b/NuGet/cef.redist.nuspec @@ -26,7 +26,6 @@ - - + diff --git a/NuGet/cef.redist.targets b/NuGet/cef.redist.targets deleted file mode 100644 index 0d3ebcf..0000000 --- a/NuGet/cef.redist.targets +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/NuGet/cef.redist.x64.targets b/NuGet/cef.redist.x64.targets new file mode 100644 index 0000000..3756afd --- /dev/null +++ b/NuGet/cef.redist.x64.targets @@ -0,0 +1,15 @@ + + + + + + + + + \ No newline at end of file diff --git a/NuGet/cef.redist.x86.targets b/NuGet/cef.redist.x86.targets new file mode 100644 index 0000000..4fb6a17 --- /dev/null +++ b/NuGet/cef.redist.x86.targets @@ -0,0 +1,15 @@ + + + + + + + + + \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index b7a4274..cef874f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,12 +19,10 @@ artifacts: - path: NuGet\*.nupkg name: nupkgfiles -# Publish to myget.org feed +# Publish to appveyor nuget feed deploy: provider: NuGet - server: https://www.myget.org/F/cefsharp/api/v2/package + server: https://ci.appveyor.com/nuget/cefsharp-ci api_key: - secure: uftPtLACVpFbbbFBeFK6XD5fGkv33c+Xa3PWkyWgrod6FNl4AYGOtxScn+gsuuxD - skip_symbols: false - symbol_server: https://www.myget.org/F/cefsharp/api/v2/package + secure: vNESC6IT/8JSw4bcX9i68/mj0K1Jhq1apofM4pQtbuw= artifact: nupkgfiles diff --git a/build.ps1 b/build.ps1 index 73498b3..b01ecb2 100644 --- a/build.ps1 +++ b/build.ps1 @@ -377,10 +377,10 @@ function Nupkg } # Build 32bit packages - . $Nuget pack nuget\cef.redist.nuspec -NoPackageAnalysis -Version $CefPackageVersion -Properties 'Configuration=Release;DotConfiguration=;Platform=x86;CPlatform=windows32;' -OutputDirectory nuget + . $Nuget pack nuget\cef.redist.nuspec -NoPackageAnalysis -Version $CefPackageVersion -Properties 'Configuration=Release;Platform=x86;CPlatform=windows32;' -OutputDirectory nuget # Build 64bit packages - . $Nuget pack nuget\cef.redist.nuspec -NoPackageAnalysis -Version $CefPackageVersion -Properties 'Configuration=Release;DotConfiguration=;Platform=x64;CPlatform=windows64;' -OutputDirectory nuget + . $Nuget pack nuget\cef.redist.nuspec -NoPackageAnalysis -Version $CefPackageVersion -Properties 'Configuration=Release;Platform=x64;CPlatform=windows64;' -OutputDirectory nuget # Build sdk $Filename = Resolve-Path ".\nuget\cef.sdk.props"