File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
Expand file tree Collapse file tree 2 files changed +2
-9
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 ]
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
@@ -12,7 +12,6 @@ BuildParameters.SetParameters(
1212 repositoryOwner : "cake-contrib" ,
1313 shouldRunDotNetCorePack : true ,
1414 shouldUseDeterministicBuilds : true ,
15- gitterMessage : "@/all " + standardNotificationMessage ,
1615 twitterMessage : standardNotificationMessage ,
1716 shouldRunCodecov : false ,
1817 preferredBuildProviderType : BuildProviderType . GitHubActions ,
@@ -21,12 +20,6 @@ BuildParameters.SetParameters(
2120
2221BuildParameters . PrintParameters ( Context ) ;
2322
24- ToolSettings . SetToolPreprocessorDirectives (
25- gitReleaseManagerGlobalTool : "#tool dotnet:?package=GitReleaseManager.Tool&version=0.18.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" ) ;
29-
3023ToolSettings . SetToolSettings ( context : Context ) ;
3124
3225Build . RunDotNetCore ( ) ;
You can’t perform that action at this time.
0 commit comments