Skip to content

Commit

Permalink
Only extract mlaunch once per build (#879)
Browse files Browse the repository at this point in the history
  • Loading branch information
premun authored May 6, 2022
1 parent d50ae92 commit 79dc54a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!-- Mono.Options is apparently not strong-name signed -->
<NoWarn>CS8002;</NoWarn>

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

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

0 comments on commit 79dc54a

Please sign in to comment.