File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 33 "isRoot" : true ,
44 "tools" : {
55 "cake.tool" : {
6- "version" : " 1 .3.0" ,
6+ "version" : " 2 .3.0" ,
77 "commands" : [
88 " dotnet-cake"
99 ]
1010 }
1111 }
12- }
12+ }
Original file line number Diff line number Diff line change 1- #load nuget : ? package= Cake . Recipe & version = 3.1 .1
1+ #load nuget : ? package= Cake . Recipe & version = 4.0 .0
22
33Environment. SetVariableNames ( ) ;
44
@@ -20,8 +20,6 @@ BuildParameters.PrintParameters(Context);
2020
2121ToolSettings . SetToolSettings ( context : Context ) ;
2222ToolSettings . SetToolPreprocessorDirectives (
23- gitReleaseManagerGlobalTool : "#tool dotnet:?package=GitReleaseManager.Tool&version=0.18.0" ,
24- gitVersionGlobalTool : "#tool dotnet:?package=GitVersion.Tool&version=5.12.0" ,
2523 reportGeneratorGlobalTool : "#tool dotnet:?package=dotnet-reportgenerator-globaltool&version=5.4.7" ,
2624 coverallsGlobalTool : "#tool dotnet:?package=coveralls.net&version=4.0.1" ) ;
2725
You can’t perform that action at this time.
0 commit comments