Skip to content

Commit c751cd4

Browse files
authored
(build) Bump to newer tool versions
There is a build failure on AppVeyor, so ruling out the immediate potential issue, before digging in too much further.
1 parent 832c4ae commit c751cd4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

recipe.cake

+6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ BuildParameters.SetParameters(
1818

1919
BuildParameters.PrintParameters(Context);
2020

21+
ToolSettings.SetToolPreprocessorDirectives(
22+
gitReleaseManagerGlobalTool: "#tool dotnet:?package=GitReleaseManager.Tool&version=0.18.0",
23+
nugetTool: "#tool nuget:?package=NuGet.CommandLine&version=6.12.1",
24+
gitVersionGlobalTool: "#tool dotnet:?package=GitVersion.Tool&version=5.12.0"
25+
);
26+
2127
ToolSettings.SetToolSettings(
2228
context: Context,
2329
testCoverageFilter: "+[*]* -[nunit.*]* -[Cake.Core]* -[Cake.Testing]* -[*.Tests]*",

0 commit comments

Comments
 (0)