File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- mode : Mainline
1
+ assembly-versioning-scheme : MajorMinorPatch
2
2
branches :
3
3
master :
4
4
tag : beta
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ skip_branch_with_pr: true
11
11
12
12
install :
13
13
- ps : dotnet tool install -g Codecov.Tool
14
- - ps : dotnet tool install -g GitVersion.Tool --version 5.1.2
14
+ - ps : dotnet tool install -g GitVersion.Tool --version 5.1.3
15
15
- ps : dotnet tool install -g dotnet-format
16
16
17
17
before_build :
Original file line number Diff line number Diff line change 18
18
</PropertyGroup >
19
19
20
20
<ItemGroup >
21
- <PackageReference Include =" GitVersionTask" Version =" 5.1.2 " PrivateAssets =" All" />
21
+ <PackageReference Include =" GitVersionTask" Version =" 5.1.3 " PrivateAssets =" All" />
22
22
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
23
23
<PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
24
24
</ItemGroup >
You can’t perform that action at this time.
0 commit comments