Skip to content

Commit

Permalink
Add push to MyGet from AppVeyor builds (chucknorris#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra authored Nov 13, 2017
1 parent 133d0d9 commit 6dafb16
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,23 @@ before_build:

build_script:
- ps: .\build.ps1

test:
assemblies:
only:
- '**\*tests.dll'

artifacts:
- path: .\code_drop\packages\*.nupkg
name: Nuget packages
- path: .\code_drop\log\*
name: Logs
name: Logs

deploy:
provider: NuGet
server: https://www.myget.org/F/roundhouse/api/v2/package
api_key:
secure: XWER/H0IkJ8JWFm+n3/lr7hHoNFAX/VpRD+AfpZo2EUgQkQKhrMxHa4aYZPogsvY
skip_symbols: true
artifact: /.*\.nupkg/
disable_publish_on_pr: true

0 comments on commit 6dafb16

Please sign in to comment.