mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-03 01:29:16 +02:00
Disable Chocolatey package publishes for now
This commit is contained in:
parent
9809d2d373
commit
9d6217a484
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue