runtime icon indicating copy to clipboard operation
runtime copied to clipboard

[wasm] Use correct current runtime pack version for Wasm.Build.Tests

Open maraf opened this issue 1 year ago • 1 comments

Wasm.Build.Tests are not a shipping project, PackageVersion will have a version suffix even for release branch, where actual runtime pack version doesn't have version suffix. Use ProductVersion in that case, based on StabilizePackageVersion value.

Fixes https://github.com/dotnet/runtime/issues/109626 Fixes https://github.com/dotnet/runtime/issues/108937 Fixes https://github.com/dotnet/runtime/issues/108938

maraf avatar Nov 14 '24 13:11 maraf

Tagging subscribers to this area: @akoeplinger, @matouskozak See info in area-owners.md if you want to be subscribed.

tell-mode test change

lewing avatar Nov 14 '24 15:11 lewing