Skip to content

Commit 6d7ffe0

Browse files
committed
Clean up versioining
1 parent 5195805 commit 6d7ffe0

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

GitVersion.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
assembly-versioning-scheme: MajorMinorPatchTag
21
mode: ContinuousDeployment
2+
assembly-versioning-scheme: 'MajorMinorPatchTag'
3+
assembly-informational-format: '{Major}.{Minor}.{Patch}{PreReleaseTagWithDash}+Sha.{Sha}.Date.{CommitDate}'
4+
commit-message-incrementing: MergeMessageOnly
35
branches:
46
develop:
57
tag: alpha
68
master:
79
tag: beta
10+
increment: Minor
11+
features?[/-]:
12+
increment: Minor
13+
releases?[/-]:
14+
increment: None
15+
816
ignore:
917
sha: []

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Start with a minimal pipeline that you can customize to build and deploy your code.
33
# Add steps that build, run tests, deploy, and more:
44
# https://aka.ms/yaml
5-
name: $(Build.DefinitionName)_$(GitVersion_FullSemVer)
5+
name: $(Build.DefinitionName)_$(GitVersion_InformationalVersion)
66
pool:
77
vmImage: 'VS2017-Win2016' # options: 'Ubuntu 16.04', 'macOS 10.13', 'VS2017-Win2016'
88

0 commit comments

Comments
 (0)