Skip to content

Commit b9c3ff0

Browse files
committed
Revert "Try to fix AppVeyor build"
This reverts commit 507da96.
1 parent 9de9cdb commit b9c3ff0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

appveyor.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,4 @@ deploy:
3535
secure: q710an2WFRwLh6rZQ/I9nKlNt/3d5kYkdUoA5Y1a/hZLr3DGZliSayP+ejF6bj30
3636
skip_symbols: false
3737
on:
38-
branch: master
39-
deploy_script:
40-
- appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
41-
- ps: .\nuget.exe setApiKey %api_key% -source https://www.nuget.org | out-null
42-
- ps: ($artifacts.values | Where-Object { $_.path -like '*.nupkg' }) | foreach-object {nuget.exe push $_.path -Source https://www.nuget.org/api/v2/package}
38+
branch: master

0 commit comments

Comments
 (0)