Skip to content

Commit f36c560

Browse files
committed
set Cake.Recipe shouldUseTargetFrameworkPath false
1 parent 2e9f35c commit f36c560

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

recipe.cake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ BuildParameters.SetParameters(
1313
shouldUseDeterministicBuilds: true,
1414
shouldRunCodecov: false,
1515
preferredBuildProviderType: BuildProviderType.GitHubActions,
16-
preferredBuildAgentOperatingSystem: PlatformFamily.Linux);
16+
preferredBuildAgentOperatingSystem: PlatformFamily.Linux,
17+
shouldUseTargetFrameworkPath: false);
1718

1819
BuildParameters.PrintParameters(Context);
1920

0 commit comments

Comments
 (0)