We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9f35c commit f36c560Copy full SHA for f36c560
recipe.cake
@@ -13,7 +13,8 @@ BuildParameters.SetParameters(
13
shouldUseDeterministicBuilds: true,
14
shouldRunCodecov: false,
15
preferredBuildProviderType: BuildProviderType.GitHubActions,
16
- preferredBuildAgentOperatingSystem: PlatformFamily.Linux);
+ preferredBuildAgentOperatingSystem: PlatformFamily.Linux,
17
+ shouldUseTargetFrameworkPath: false);
18
19
BuildParameters.PrintParameters(Context);
20
0 commit comments