-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workloads test: Install the current app.ref pack also #93571
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