add GitVersion configuration file (#1555)

* add GitVersion configuration file

* use beta tag for master
This commit is contained in:
Mickaël Derriey
2017-01-29 15:10:36 +11:00
committed by Ryan Gribble
parent 6b8dde10e2
commit 84317871e7

11
GitVersion.yml Normal file
View File

@@ -0,0 +1,11 @@
branches:
master:
mode: ContinuousDeployment
increment: Minor
tag: beta
dotnetcore:
mode: ContinuousDeployment
increment: Minor
tag: alpha
ignore:
sha: []