Skip to content

Commit

Permalink
Change to build packages only from master
Browse files Browse the repository at this point in the history
Temp change for 2.0 release to stop dev packages being released.
  • Loading branch information
merbla authored Jul 1, 2016
1 parent b2ca94c commit 74bbc9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ deploy:
secure: nvZ/z+pMS91b3kG4DgfES5AcmwwGoBYQxr9kp4XiJHj25SAlgdIxFx++1N0lFH2x
skip_symbols: true
on:
branch: /^(dev|master)$/
branch: master
- provider: GitHub
auth_token:
secure: ggZTqqV1z0xecDoQbeoy3A7xikShCt9FWZIGp95dG9Fo0p5RAT9oGU0ZekHfUIwk
artifact: /Serilog.*\.nupkg/
tag: v$(appveyor_build_version)
on:
branch: master
branch: master

0 comments on commit 74bbc9e

Please sign in to comment.