Skip to content

Commit

Permalink
Push packages to Myget
Browse files Browse the repository at this point in the history
  • Loading branch information
Kralizek committed Jan 8, 2019
1 parent 5ea1c56 commit f362007
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ build_script:
after_build:
- ps: if ($env:COVERALLS_REPO_TOKEN -ne $null) { .\tools\csmacnz.coveralls.exe --reportgenerator -i .\outputs\tests\report --repoToken $env:COVERALLS_REPO_TOKEN --commitId $env:APPVEYOR_REPO_COMMIT --commitBranch $env:APPVEYOR_REPO_BRANCH --commitAuthor $env:APPVEYOR_REPO_COMMIT_AUTHOR --commitEmail $env:APPVEYOR_REPO_COMMIT_AUTHOR_EMAIL --commitMessage $env:APPVEYOR_REPO_COMMIT_MESSAGE --jobId $env:APPVEYOR_JOB_ID }

deploy:
provider: NuGet
server: https://www.myget.org/F/nybus/api/v2/package
api_key:
secure: yP12k1vrHJyValU1UWnW3NySjKfXlRomR8p4qqmYs26FDztsGMlCQeT5jdCVHlz6
artifact: outputs\*.nupkg


artifacts:
- path: outputs\*.nupkg
name: packages
Expand Down

0 comments on commit f362007

Please sign in to comment.