We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36866e7 commit b0fe96cCopy full SHA for b0fe96c
2 files changed
appveyor.yml
@@ -1,5 +1,5 @@
1
version: 0.0.{build}
2
-image: Visual Studio 2017
+image: Visual Studio 2019
3
init:
4
- git config --global core.autocrlf true # otherwise we have newline errors
5
gitversion.yml
@@ -23,6 +23,7 @@ branches:
23
regex: '.*'
24
mode: ContinuousDeployment
25
tag: ci
26
+ source-branches: ['master']
27
increment: Patch
28
prevent-increment-of-merged-branch-version: false
29
track-merge-target: true
0 commit comments