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 c28a375 commit 5add717Copy full SHA for 5add717
1 file changed
.github/scripts/uninstall-dotnet-windows.ps1
@@ -17,7 +17,7 @@ $url = $asset.browser_download_url
17
Invoke-WebRequest -Uri $url -OutFile $(Split-Path $url -Leaf)
18
19
# Prepare uninstall tool
20
-$extractPath = Join-Path $pwd "dotnet-core-uninstall" # needs to be a new path
+$extractPath = Join-Path $pwd "dotnet-core-uninstall\PFiles"
21
22
# Run msiexec
23
msiexec.exe /A dotnet-core-uninstall.msi TARGETDIR=$extractPath /QN /L*V log.txt
0 commit comments