mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
8 lines
307 B
PowerShell
8 lines
307 B
PowerShell
|
|
|
||
|
|
$gitRoot = git rev-parse --show-toplevel
|
||
|
|
$api = Join-Path $gitRoot "x64\Debug\Microsoft.CommandPalette.Extensions"
|
||
|
|
$helpers = Join-Path $gitRoot "x64\Debug\Microsoft.CommandPalette.Extensions.Toolkit"
|
||
|
|
|
||
|
|
Remove-Item -Path $api -Recurse -Force | Out-Null
|
||
|
|
Remove-Item -Path $helpers -Recurse -Force | Out-Null
|