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

Commit eb16d70

Browse files
Switch agent pool and demand specific agent. (#28189)
* Switch agent pool and demand specific agent. * remove links cruft
1 parent f5aa600 commit eb16d70

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 DDMBLDM002"
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)