Skip to content

Commit

Permalink
This time for sure!
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 committed May 6, 2022
1 parent 4b2c9a5 commit 9b0f662
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe.cake
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ BuildParameters.SetParameters(context: Context,
treatWarningsAsErrors: false,
getScriptsToSign: getScriptsToSign,
getFilesToSign: getFilesToSign,
getILMergeConfigs: getILMergeConfigs);
getILMergeConfigs: getILMergeConfigs,
preferDotNetGlobalToolUsage: !IsRunningOnWindows());

ToolSettings.SetToolSettings(context: Context,
buildMSBuildToolVersion: MSBuildToolVersion.NET40);
Expand Down

0 comments on commit 9b0f662

Please sign in to comment.