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
22branches :
33 master :
44 tag : beta
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ skip_branch_with_pr: true
1111
1212install :
1313 - 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
1515 - ps : dotnet tool install -g dotnet-format
1616
1717before_build :
Original file line number Diff line number Diff line change 1818 </PropertyGroup >
1919
2020 <ItemGroup >
21- <PackageReference Include =" GitVersionTask" Version =" 5.1.2 " PrivateAssets =" All" />
21+ <PackageReference Include =" GitVersionTask" Version =" 5.1.3 " PrivateAssets =" All" />
2222 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
2323 <PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
2424 </ItemGroup >
You can’t perform that action at this time.
0 commit comments