Skip to content

Commit dd92f78

Browse files
authored
Merge branch 'release/6.0' into merge/release/6.0-rc2-to-release/6.0
2 parents 4ab0cf3 + 99ff63e commit dd92f78

File tree

5 files changed

+211
-208
lines changed

5 files changed

+211
-208
lines changed

activate.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ function deactivate ([switch]$init) {
2525
}
2626

2727
Remove-Item env:DOTNET_ROOT -ea ignore
28+
Remove-Item 'env:DOTNET_ROOT(x86)' -ea Ignore
2829
Remove-Item env:DOTNET_MULTILEVEL_LOOKUP -ea ignore
2930
if (-not $init) {
3031
# Remove the deactivate function

0 commit comments

Comments
 (0)