-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[release/7.0][wasm] Use the correct runtime pack version when the workload is not installed #75028
Conversation
Tagging subscribers to 'arch-wasm': @lewing Issue Details
|
.. if no workload is installed. This ensures that the correct runtime pack version (intended by the installed manifest) is used even if the workload is not installed.
.. runtime pack version is being used. To use the locally built runtime pack without the workload, we need the nuget, so we use that from the artifacts.
4b6cd91
to
2d26951
Compare
/azp run runtime-wasm-perf |
Azure Pipelines successfully started running 1 pipeline(s). |
Ping @marek-safar we need an approval, please. |
CI is green, approved and signed off. Ready to merge. |
WorkloadManifest.targets
had the runtime pack version update conditioned on the workload being installed, which meant that the original version from the sdk was used if no workload was installed, ignoring the version from the manifest.