Skip to content

Commit 5c74206

Browse files
authoredJun 18, 2020
Update 4-destage.ps1
1 parent edced5c commit 5c74206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎MSIX App Attach/4-destage.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $msixJunction = "C:\temp\AppAttach\"
2020
Remove-AppxPackage -AllUsers -Package $packageName
2121

2222
cd $msixJunction
23-
rmdir $packageName -Force -Verbose
23+
rmdir $packageName -Recurse -Force -Confirm:$false
2424
#endregion
2525

2626
#Dismount VHD

0 commit comments

Comments
 (0)