Skip to content

Commit a6b7234

Browse files
committed
Fix dotnet uninstall on windows
1 parent 64d616b commit a6b7234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/uninstall-dotnet-windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ msiexec.exe /A dotnet-core-uninstall.msi TARGETDIR=$pwd /QN /L*V log.txt
1010
$uninstallToolPath = Join-Path $pwd "dotnet-core-uninstall\dotnet-core-uninstall-tool.exe"
1111

1212
# Perform uninstall
13-
$uninstallToolPath remove --all
13+
& $uninstallToolPath remove --all

0 commit comments

Comments
 (0)