Workloads test: Install the current app.ref pack also#93571
Workloads test: Install the current app.ref pack also#93571radical wants to merge 3 commits intodotnet:mainfrom
Conversation
Re-enable updating the targeting pack as the workload is correctly using 9.0 artifacts. The targeting pack update is needed because it includes the locally built analyzers, like the source generators for `JSImport/Export`. This fixes `SatelliteLoadingTests.LoadSatelliteAssembly`. Fixes issue: dotnet#93387
|
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsRe-enable updating the targeting pack as the workload is correctly using This fixes Fixes issue: #93387
|
|
Tagging subscribers to this area: @directhex Issue DetailsRe-enable updating the targeting pack as the workload is correctly using This fixes Fixes issue: #93387
|
|
I will wait for #93066 which updates the SDK used for testing, then test this PR again, before merging. |
|
#93625 would be the preferable fix. |
|
fixed in #93625 |
Re-enable updating the targeting pack as the workload is correctly using
9.0 artifacts. The targeting pack update is needed because it includes
the locally built analyzers, like the source generators for
JSImport/Export.This fixes
SatelliteLoadingTests.LoadSatelliteAssembly.Fixes: #93387