We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d616b commit a6b7234Copy full SHA for a6b7234
.github/scripts/uninstall-dotnet-windows.ps1
@@ -10,4 +10,4 @@ msiexec.exe /A dotnet-core-uninstall.msi TARGETDIR=$pwd /QN /L*V log.txt
10
$uninstallToolPath = Join-Path $pwd "dotnet-core-uninstall\dotnet-core-uninstall-tool.exe"
11
12
# Perform uninstall
13
-$uninstallToolPath remove --all
+& $uninstallToolPath remove --all
0 commit comments