Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit a8f41cc

Browse files
Target new machine (#28191)
* demand specific build machine * update agent pool
1 parent b88ef48 commit a8f41cc

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

buildpipeline/DotNet-CoreClr-Trusted-Mac.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,9 @@
292292
"value": "$(Build.BuildNumber)"
293293
}
294294
},
295-
"demands": [],
295+
"demands": [
296+
"Agent.Name -equals DCI-MAC-BUILD-017"
297+
],
296298
"retentionRules": [
297299
{
298300
"branches": [
@@ -336,11 +338,11 @@
336338
"quality": "definition",
337339
"drafts": [],
338340
"queue": {
339-
"id": 24,
340-
"name": "MicroBuildV2MacPool",
341+
"id": 681,
342+
"name": "VSEng-MicroBuildMacSierra",
341343
"pool": {
342-
"id": 25,
343-
"name": "MicroBuildV2MacPool"
344+
"id": 120,
345+
"name": "VSEng-MicroBuildMacSierra"
344346
}
345347
},
346348
"id": 1680,

0 commit comments

Comments
 (0)