Skip to content

Commit 79dc54a

Browse files
authored
Only extract mlaunch once per build (#879)
1 parent d50ae92 commit 79dc54a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Microsoft.DotNet.XHarness.CLI/Microsoft.DotNet.XHarness.CLI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<!-- Mono.Options is apparently not strong-name signed -->
1212
<NoWarn>CS8002;</NoWarn>
1313

14-
<MlaunchDestinationDir>$(BaseIntermediateOutputPath)/mlaunch</MlaunchDestinationDir>
14+
<MlaunchDestinationDir Condition="'$(TargetFrameworks)' == '' OR $(TargetFrameworks.EndsWith($(TargetFramework)))">$(BaseIntermediateOutputPath)/mlaunch</MlaunchDestinationDir>
1515

1616
<!-- When updating these URLs, avoid using 'latest' url as these are redirects and can make the same commit build differently on different days -->
1717
<WindowsAndroidSdkUrl>https://dl.google.com/android/repository/platform-tools_r29.0.6-windows.zip</WindowsAndroidSdkUrl>

0 commit comments

Comments
 (0)