Skip to content

Commit

Permalink
Merge branch 'hotfix/tag-build'
Browse files Browse the repository at this point in the history
* hotfix/tag-build:
  only deploy non-prerelease versions to nuget.org via tag push
  configured hotfix branch in gitversion
  • Loading branch information
maxild committed Sep 6, 2016
2 parents 687a654 + 39b15cc commit bb4f55e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions GitVersion.yml
Expand Up @@ -68,3 +68,13 @@ branches:
is-develop: false
is-release-branch: false
is-mainline: true
hotfix:
regex: hotfix(es)?[/-]
mode: ContinuousDelivery
tag: rc
increment: Patch
prevent-increment-of-merged-branch-version: true
track-merge-target: false
is-develop: false
is-release-branch: false
is-mainline: false
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -31,5 +31,5 @@ deploy:
skip_symbols: true
artifact: Packages
on:
branch: master
appveyor_repo_tag: true # trigger deployment on tag only
branch: /v\d+\.\d+\.\d+/ # only deploy non-prerelease versions
appveyor_repo_tag: true # deploy on tag push only

0 comments on commit bb4f55e

Please sign in to comment.