Skip to content
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

Show workload update notifications for workloads installed via Visual Studio #40705

Merged

Conversation

dsplaisted
Copy link
Member

Fix #40295

Also adds some more workload tests and the ability for VM tests to have different start states.

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Workloads untriaged Request triage from a team member labels May 6, 2024

string existingVersionToOverwrite = result.StdOut;

var installedSdkFolder = $@"c:\Program Files\dotnet\sdk\{existingVersionToOverwrite}";
Copy link
Member

Choose a reason for hiding this comment

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

This path is only safe if someone is using an x64 SDK, so this won't work if you ever ran this under x64 emulation on arm64.

Copy link
Member Author

Choose a reason for hiding this comment

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

This is for the VM-based tests, which aren't currently targeting various architectures.

@dsplaisted dsplaisted merged commit ee13d67 into dotnet:release/8.0.4xx May 13, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Workloads untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants