We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ca063 commit 6994d8eCopy full SHA for 6994d8e
build/build.ps1
@@ -13,6 +13,8 @@ Write-Host "Current directory: $CURRENT_DIR"
13
$MOUNT_DIR = "${CURRENT_DIR}\..\"
14
Write-Host "Mount directory: $MOUNT_DIR"
15
16
+Get-ChildItem X:\
17
+
18
# Attempt to remove X: mapping; ignore errors
19
Remove-PSDrive -Name "X" -ErrorAction SilentlyContinue
20
0 commit comments