Skip to content

Commit

Permalink
Merge pull request #148 from nils-a/feature/GH-147
Browse files Browse the repository at this point in the history
(#147) update GitReleaseManager to 0.17.0
  • Loading branch information
nils-a authored Jul 5, 2024
2 parents 54461f9 + 9c9baa6 commit 2f9e5f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipe.cake
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ BuildParameters.SetParameters(context: Context,

BuildParameters.PrintParameters(Context);

ToolSettings.SetToolPreprocessorDirectives(
gitReleaseManagerGlobalTool: "#tool dotnet:?package=GitReleaseManager.Tool&version=0.17.0");

ToolSettings.SetToolSettings(context: Context,
testCoverageFilter: "+[*]* -[xunit.*]* -[Cake.Core]* -[Cake.Testing]* -[*.Tests]*",
testCoverageExcludeByAttribute: "*.ExcludeFromCodeCoverage*",
Expand Down

0 comments on commit 2f9e5f0

Please sign in to comment.