You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<_CoreClrBuildCommandCondition="'$(TargetsBrowser)' == 'true' and $([MSBuild]::IsOsPlatform(Windows))">call "$([MSBuild]::NormalizePath('$(RepoRoot)src/mono/browser/emsdk', 'emsdk_env.cmd'))"&& $(_CoreClrBuildCommand)</_CoreClrBuildCommand>
113
-
<_CoreClrBuildCommandCondition="'$(TargetsBrowser)' == 'true' and !$([MSBuild]::IsOsPlatform(Windows))">bash -c 'source "$(RepoRoot)src/mono/browser/emsdk/emsdk_env.sh"&& $(_CoreClrBuildCommand)'</_CoreClrBuildCommand>
114
112
</PropertyGroup>
115
113
116
114
<!-- Use IgnoreStandardErrorWarningFormat because Arcade sets WarnAsError and we want to avoid upgrading compiler warnings to errors in release branches -->
<!-- Run script that uses CMake to generate and build the native files. -->
110
103
<!-- Use IgnoreStandardErrorWarningFormat because Arcade sets WarnAsError and we want to avoid upgrading compiler warnings to errors in release branches -->
0 commit comments