Skip to content

Commit 6994d8e

Browse files
Update build.ps1
1 parent 30ca063 commit 6994d8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/build.ps1

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Write-Host "Current directory: $CURRENT_DIR"
1313
$MOUNT_DIR = "${CURRENT_DIR}\..\"
1414
Write-Host "Mount directory: $MOUNT_DIR"
1515

16+
Get-ChildItem X:\
17+
1618
# Attempt to remove X: mapping; ignore errors
1719
Remove-PSDrive -Name "X" -ErrorAction SilentlyContinue
1820

0 commit comments

Comments
 (0)