Skip to content

Commit 5add717

Browse files
authored
Update uninstall-dotnet-windows.ps1
1 parent c28a375 commit 5add717

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $url = $asset.browser_download_url
1717
Invoke-WebRequest -Uri $url -OutFile $(Split-Path $url -Leaf)
1818

1919
# Prepare uninstall tool
20-
$extractPath = Join-Path $pwd "dotnet-core-uninstall" # needs to be a new path
20+
$extractPath = Join-Path $pwd "dotnet-core-uninstall\PFiles"
2121

2222
# Run msiexec
2323
msiexec.exe /A dotnet-core-uninstall.msi TARGETDIR=$extractPath /QN /L*V log.txt

0 commit comments

Comments
 (0)