File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 6.0
6060 7.0
6161 8.0
62+ 9.0
6263
6364 - name : Cache Tools
6465 uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
Original file line number Diff line number Diff line change 3333 6.0
3434 7.0
3535 8.0
36+ 9.0
3637
3738 - name : Cache Tools
3839 uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 8 .0.403 " ,
3+ "version" : " 9 .0.300 " ,
44 "rollForward" : " latestFeature"
55 }
6- }
6+ }
Original file line number Diff line number Diff line change @@ -23,7 +23,9 @@ BuildParameters.PrintParameters(Context);
2323
2424ToolSettings . SetToolPreprocessorDirectives (
2525 gitReleaseManagerGlobalTool : "#tool dotnet:?package=GitReleaseManager.Tool&version=0.18.0" ,
26- gitVersionGlobalTool : "#tool dotnet:?package=GitVersion.Tool&version=5.12.0" ) ;
26+ gitVersionGlobalTool : "#tool dotnet:?package=GitVersion.Tool&version=5.12.0" ,
27+ reportGeneratorGlobalTool : "#tool dotnet:?package=dotnet-reportgenerator-globaltool&version=5.4.7" ,
28+ coverallsGlobalTool : "#tool dotnet:?package=coveralls.net&version=4.0.1" ) ;
2729
2830ToolSettings . SetToolSettings ( context : Context ) ;
2931
You can’t perform that action at this time.
0 commit comments