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

Add support for multi-arch install locations #53763

Merged
merged 23 commits into from
Jun 23, 2021
Merged
Prev Previous commit
Next Next commit
Remove nonsense string
  • Loading branch information
Mateo Torres Ruiz committed Jun 22, 2021
commit 6ae64aa63cda4964b2961180a7f08fcf06df665d
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public void InstallLocationFile_ArchSpecificLocationIsPickedFirst()
registeredInstallLocationOverride.SetInstallLocation(new (string, string)[] {
(string.Empty, path1),
(arch1, path1),
(arch2, path2)EnvironmentVariable_IfNoArchSpecificEnvVarIsFoundDotnetR
(arch2, path2)
});

Command.Create(appExe)
Expand Down