build: run all builds out of a new (huge) P:\ drive (#42739)

The new agents have much smaller temporary disks (which I verified with
another test run to clock in at about 87GB). For right now, let's move
our release builds to a larger drive while we troubleshoot.
This commit is contained in:
Dustin L. Howett
2025-10-21 18:32:34 -05:00
committed by GitHub
parent fc1307418e
commit 52ce33d438

View File

@@ -73,10 +73,11 @@ extends:
parameters: parameters:
pool: pool:
name: SHINE-INT-L name: SHINE-INT-L
${{ if eq(parameters.useVSPreview, true) }}: demands:
demands: ImageOverride -equals SHINE-VS17-Preview # Our INT agents have a large disk mounted at P:\
${{ else }}: - WorkFolder -equals P:\_work
image: SHINE-VS17-Latest - ${{ if eq(parameters.useVSPreview, true) }}:
- ImageOverride -equals SHINE-VS17-Preview
os: windows os: windows
variables: variables:
IsPipeline: 1 # The installer uses this to detect whether it should pick up localizations IsPipeline: 1 # The installer uses this to detect whether it should pick up localizations