Skip to content

Commit

Permalink
(#281) Bump Cake.Recipe to 3.1.1
Browse files Browse the repository at this point in the history
This will get us Cake 1.3.0 in the pipeline and also a newer version
of Cake.Git - which in turn, should work in the current GH-Action images
  • Loading branch information
nils-a committed Oct 18, 2023
1 parent 687b995 commit 9045714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"cake.tool": {
"version": "0.38.5",
"version": "1.3.0",
"commands": [
"dotnet-cake"
]
Expand Down
8 changes: 1 addition & 7 deletions setup.cake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#load nuget:?package=Cake.Recipe&version=2.2.1
#load nuget:?package=Cake.Recipe&version=3.1.1
#tool nuget:?package=NuGet.CommandLine&version=5.7.0 // Workaround necessary due to incompatibility with GHA nuget

Environment.SetVariableNames();
Expand All @@ -24,12 +24,6 @@ BuildParameters.PrintParameters(Context);

ToolSettings.SetToolSettings(
context: Context,
dupFinderExcludePattern: new string[] {
BuildParameters.RootDirectoryPath + "/Source/Cake.Codecov.Tests/*.cs"
},
dupFinderExcludeFilesByStartingCommentSubstring: new string[] {
"<auto-generated>"
},
testCoverageFilter: "+[Cake.Codecov]*");

// Tasks we want to override
Expand Down

0 comments on commit 9045714

Please sign in to comment.