We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a4c6a commit 507da96Copy full SHA for 507da96
appveyor.yml
@@ -34,4 +34,8 @@ deploy:
34
api_key:
35
secure: 4E0S7bjDLDdCCLtRqD0mMXTg5pOwppHWS5C77acZ9HpvaN8rGmwn6ANfLrAUxxF+
36
on:
37
- branch: master
+ branch: master
38
+deploy_script:
39
+ - appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
40
+ - ps: .\nuget.exe setApiKey %api_key% -source https://www.nuget.org | out-null
41
+ - ps: ($artifacts.values | Where-Object { $_.path -like '*.nupkg' }) | foreach-object {nuget.exe push $_.path -Source https://www.nuget.org/api/v2/package}
0 commit comments