Skip to content

Commit b951419

Browse files
committed
Remove custom nuget deploy script
This was a temporary workaround due to issues at AppVeyor. Hopefully this was also the reason for deploy script to run on non-master branches, since that branch is specified in the deploy section.
1 parent b5fb965 commit b951419

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,4 @@ deploy:
3939
skip_symbols: false
4040
on:
4141
branch: master
42-
deploy_script:
43-
- appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
44-
- ps: ($artifacts.values | Where-Object {($_.path -like '*.nupkg') -and !($_.path -like '*.symbols.nupkg')}) | foreach-object {nuget.exe push $_.path -Source https://www.nuget.org/api/v2/package -ApiKey $env:api_key}
42+

0 commit comments

Comments
 (0)