Skip to content

Commit

Permalink
[release/9.0-staging][wasm] Workaround incorrect mono restore when bu…
Browse files Browse the repository at this point in the history
…ilding WBT (#110590)

* Workaround incorrect mono restore when building WBT

* Rollback the workload sdk version
  • Loading branch information
lewing authored Dec 20, 2024
1 parent 4d2ecdc commit 8af4dec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,8 @@
<MicrosoftExtensionsLoggingVersion>3.1.7</MicrosoftExtensionsLoggingVersion>
<MicrosoftSymbolStoreVersion>1.0.406601</MicrosoftSymbolStoreVersion>
<!-- sdk version, for testing workloads -->
<SdkVersionForWorkloadTesting>$(MicrosoftDotNetApiCompatTaskVersion)</SdkVersionForWorkloadTesting>
<!--<SdkVersionForWorkloadTesting>$(MicrosoftDotNetApiCompatTaskVersion)</SdkVersionForWorkloadTesting>-->
<SdkVersionForWorkloadTesting>9.0.101</SdkVersionForWorkloadTesting>
<runtimewinx64MicrosoftNETCoreRuntimeWasmNodeTransportPackageVersion>9.0.0-alpha.1.24175.1</runtimewinx64MicrosoftNETCoreRuntimeWasmNodeTransportPackageVersion>
<EmsdkPackageVersion>$(MicrosoftNETRuntimeEmscriptenVersion)</EmsdkPackageVersion>
<NodePackageVersion>$(runtimewinx64MicrosoftNETCoreRuntimeWasmNodeTransportPackageVersion)</NodePackageVersion>
Expand Down
2 changes: 2 additions & 0 deletions src/mono/wasi/Wasi.Build.Tests/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@
<RuntimeIdentifier>$(OutputRID)</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishTrimmed>true</PublishTrimmed>
<!-- TODO: this is necessary to workaround restoring Mono desktop runtime packs, check whether this project really should be self-contained -->
<UseMonoRuntime>false</UseMonoRuntime>
</PropertyGroup>
</Project>
2 changes: 2 additions & 0 deletions src/mono/wasm/Wasm.Build.Tests/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@
<PropertyGroup>
<RuntimeIdentifier>$(OutputRID)</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<!-- TODO: this is necessary to workaround restoring Mono desktop runtime packs, check whether this project really should be self-contained -->
<UseMonoRuntime>false</UseMonoRuntime>
</PropertyGroup>
</Project>

0 comments on commit 8af4dec

Please sign in to comment.