mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user