Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit 2eb8e5e

Browse files
committed
Merge branch 'develop' into beta
2 parents 10bd479 + 8c4c814 commit 2eb8e5e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

appveyor.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,3 @@ deploy:
6161
secure: ZbRmjOcp+TDllRV1wxqLZjdRV7hld388rXlWVJuGGiQleomP9Ku+Nsy3a75E7/9k
6262
on:
6363
branch: /(stable|beta)/
64-
65-
deploy_script:
66-
- appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
67-
- 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; if ($lastexitcode -ne 0) {throw}}

0 commit comments

Comments
 (0)