This repository was archived by the owner on Feb 22, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 66
77before_build :
88 - cmd : dotnet --version
9- - ps : gitversion /l console /output buildserver
9+ - ps : c:\ProgramData\chocolatey\lib\ gitversion.portable\tools\gitversion.exe /l console /output buildserver
1010
1111build_script :
1212 - cmd : build.cmd
Original file line number Diff line number Diff line change @@ -9,5 +9,23 @@ branches:
99 increment : Minor
1010 prevent-increment-of-merged-branch-version : false
1111 track-merge-target : true
12+ pull-request :
13+ regex : (pull|pull\-requests|pr)[/-]
14+ mode : ContinuousDelivery
15+ tag : PullRequest
16+ increment : Inherit
17+ prevent-increment-of-merged-branch-version : false
18+ tag-number-pattern : ' [/-](?<number>\d+)[-/]'
19+ track-merge-target : false
20+ tracks-release-branches : false
21+ is-release-branch : false
22+ otherbranches :
23+ regex : ' .*'
24+ mode : ContinuousDeployment
25+ tag : ci
26+ increment : Patch
27+ prevent-increment-of-merged-branch-version : false
28+ track-merge-target : true
29+ is-release-branch : false
1230ignore :
1331 sha : []
Original file line number Diff line number Diff line change 3636
3737 <ItemGroup >
3838 <AdditionalFiles Include =" ..\..\stylecop.json" />
39- <Content Include =" ..\..\stylecop.json" Link =" stylecop.json" />
4039 </ItemGroup >
4140
4241 <ItemGroup >
You can’t perform that action at this time.
0 commit comments