Skip to content

Update the wasm install to skip manifest updates #24958

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

Merged
merged 1 commit into from
Apr 21, 2022

Conversation

marcpopMSFT
Copy link
Member

When installing workloads using our build feeds, we have to either use a rollback file or skip manifest updates. Otherwise, we'll be installing live builds of those manifests which may not work.

When installing workloads using our build feeds, we have to either use a rollback file or skip manifest updates. Otherwise, we'll be installing live builds of those manifests which may not work.
@ghost ghost added the Area-Infrastructure label Apr 20, 2022
@marcpopMSFT marcpopMSFT requested a review from TanayParikh April 20, 2022 18:26
Copy link
Contributor

@TanayParikh TanayParikh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM if CI passes. I'd tried this earlier (#22977), however it led to a bunch of stale packages being used.

Edit: Maybe that was because of --no-cache.

@marcpopMSFT
Copy link
Member Author

@TanayParikh It'll use whatever versions of the workloads are included in the SDK that's in global.json I believe. Do you need more up to date versions? If so, have you looked into using dotnet workload update --from-rollback-file (try --print-rollback to see the format)? The problem is that the feeds we have configured have all builds on it so any workload commands that aren't careful could end up picking up breaking changes (we saw that last week when there was a breaking manifest from maui for about a day)

@marcpopMSFT marcpopMSFT merged commit b8535c3 into main Apr 21, 2022
@marcpopMSFT marcpopMSFT deleted the marcpopMSFT-skipmanifestupdate branch May 9, 2022 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants