Disable Chocolatey package publishes for now

This commit is contained in:
timvisee 2019-03-10 20:28:37 +01:00
parent 9809d2d373
commit 9d6217a484
No known key found for this signature in database
GPG key ID: B8DB720BC383E172

View file

@ -79,9 +79,10 @@ build_script:
- ps: .\github-release.exe upload --token $env:GITHUB_TOKEN --owner timvisee --repo ffsend --tag $env:APPVEYOR_REPO_TAG_NAME --file (Get-Item .\ffsend.*.nupkg).FullName --name ffsend-$env:APPVEYOR_REPO_TAG_NAME.nupkg
# Publish the chocolatey package
- cd .\pkg\choco\ffsend\
- choco push --api-key %CHOCOLATEY_TOKEN%
- cd ..\..\..\
# TODO: re-enable when chocolatey is properly accepting packages again
# - cd .\pkg\choco\ffsend\
# - choco push --api-key %CHOCOLATEY_TOKEN%
# - cd ..\..\..\
# We don't test anything here
test: false