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 c376260 commit 34b9844Copy full SHA for 34b9844
.github/scripts/uninstall-dotnet-windows.ps1
@@ -5,9 +5,8 @@ $url = $asset.browser_download_url
5
Invoke-WebRequest -Uri $url -OutFile $(Split-Path $url -Leaf)
6
7
# Prepare uninstall tool
8
-$pwd = (Get-Location).Path
9
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"
+$uninstallToolPath = Join-Path $pwd "dotnet-core-uninstall\dotnet-core-uninstall.exe"
11
12
# Perform uninstall
13
& $uninstallToolPath remove --all
0 commit comments