Skip to content

Commit

Permalink
chore(CI): pushing to choco
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed Aug 14, 2018
1 parent 5bad5f8 commit 3586394
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,5 @@ deploy_script:
- ps: >-
if($env:APPVEYOR_REPO_BRANCH -eq 'master' -And $env:APPVEYOR_REPO_TAG -eq 'true') {
$version = $env:GitVersion_NuGetVersion ;
choco apiKey -k $env:chocoKey -source https:///push.chocolatey.org/ ;
choco push ipfs-mount.$version.nupkg
choco push ipfs-mount.$version.nupkg -k $env:chocoKey
}

0 comments on commit 3586394

Please sign in to comment.