Browse Source

[SL.Core] Merge branch 'master' into MathF

pull/1087/head
James Jackson-South 9 years ago
committed by GitHub
parent
commit
b2321063c2
  1. 2
      appveyor.yml
  2. 18
      gitversion.yml

2
appveyor.yml

@ -6,7 +6,7 @@ install:
before_build:
- cmd: dotnet --version
- ps: gitversion /l console /output buildserver
- ps: c:\ProgramData\chocolatey\lib\gitversion.portable\tools\gitversion.exe /l console /output buildserver
build_script:
- cmd: build.cmd

18
gitversion.yml

@ -9,5 +9,23 @@ branches:
increment: Minor
prevent-increment-of-merged-branch-version: false
track-merge-target: true
pull-request:
regex: (pull|pull\-requests|pr)[/-]
mode: ContinuousDelivery
tag: PullRequest
increment: Inherit
prevent-increment-of-merged-branch-version: false
tag-number-pattern: '[/-](?<number>\d+)[-/]'
track-merge-target: false
tracks-release-branches: false
is-release-branch: false
otherbranches:
regex: '.*'
mode: ContinuousDeployment
tag: ci
increment: Patch
prevent-increment-of-merged-branch-version: false
track-merge-target: true
is-release-branch: false
ignore:
sha: []
Loading…
Cancel
Save