10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e9d652 commit a41b99aCopy full SHA for a41b99a
tools/ci/devdrive.ps1
@@ -23,7 +23,7 @@ param(
23
$ErrorActionPreference = "Stop"
24
25
$OSVersion = [Environment]::OSVersion.Version
26
-$Partition = New-VHD -Path C:/pip_dev_drive.vhdx -SizeBytes $size |
+$Partition = New-VHD -Path D:/pip_dev_drive.vhdx -SizeBytes $size |
27
Mount-VHD -Passthru |
28
Initialize-Disk -Passthru |
29
New-Partition -DriveLetter $drive -UseMaximumSize
0 commit comments