Don't push to NuGet from AppVeyor

We can potentially turn the AppVeyor integration down entirely later
on, but at least for now let's make sure packages are pushed manually.

Signed-off-by: Jon Skeet <jonskeet@google.com>
This commit is contained in:
Jon Skeet 2021-01-15 15:13:31 +00:00 committed by Jon Skeet
parent 5471d972f2
commit aac7267a51
1 changed files with 0 additions and 8 deletions

View File

@ -39,11 +39,3 @@ test_script:
- cmd: dotnet test
on_finish :
# any cleanup in here
deploy:
provider: NuGet
api_key:
secure: twb6ozXbDJpPxiagxYozpVR7VX3CP33jjER4mX6J4CEFHpWmItO2Yi8nIn6TsUgI
skip_symbols: false
artifact: /.*\.nupkg/
on:
APPVEYOR_REPO_TAG: true