Skip to content

Commit

Permalink
update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aguacongas committed Mar 8, 2018
1 parent 1c32d71 commit 8c2ffb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ build_script:
test_script:
- cmd: publish.cmd
artifacts:
- path: src/**/*.nupkg
- path: artifacts/**/*.nupkg
name: nuget
on_success:
- git config --global credential.helper store
Expand All @@ -47,7 +47,7 @@ deploy:
- provider: GitHub
auth_token:
secure: u7qaOQsrkLqq44yS24C0eM2vRCzp1A8gZTWNmlA58TIDJGmrDXguHL9H/vww7Fg/
draft: false
draft: true
prerelease: true
release: $(GitVersion_SemVer)
on:
Expand All @@ -56,8 +56,8 @@ deploy:
- provider: GitHub
auth_token:
secure: u7qaOQsrkLqq44yS24C0eM2vRCzp1A8gZTWNmlA58TIDJGmrDXguHL9H/vww7Fg/
draft: false
prerelease: true
draft: true
prerelease: false
release: $(GitVersion_SemVer)
on:
branch:
Expand Down

0 comments on commit 8c2ffb8

Please sign in to comment.