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

Commit 8606fed

Browse files
committed
Move Windows builds to DotNetCore-Build (Server 2016 + VS 2017 only) build agents.
1 parent 3c708ab commit 8606fed

File tree

5 files changed

+51
-21
lines changed

5 files changed

+51
-21
lines changed

buildpipeline/DotNet-CoreFx-Trusted-Windows-NoTest.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -484,11 +484,17 @@
484484
"quality": "definition",
485485
"drafts": [],
486486
"queue": {
487-
"id": 36,
488-
"name": "DotNet-Build",
487+
"_links": {
488+
"self": {
489+
"href": "https://devdiv.visualstudio.com/DefaultCollection/_apis/build/Queues/330"
490+
}
491+
},
492+
"id": 330,
493+
"name": "DotNetCore-Build",
494+
"url": "https://devdiv.visualstudio.com/DefaultCollection/_apis/build/Queues/330",
489495
"pool": {
490-
"id": 39,
491-
"name": "DotNet-Build"
496+
"id": 97,
497+
"name": "DotNetCore-Build"
492498
}
493499
},
494500
"id": 5308,

buildpipeline/DotNet-CoreFx-Trusted-Windows.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -570,11 +570,17 @@
570570
"quality": "definition",
571571
"drafts": [],
572572
"queue": {
573-
"id": 36,
574-
"name": "DotNet-Build",
573+
"_links": {
574+
"self": {
575+
"href": "https://devdiv.visualstudio.com/DefaultCollection/_apis/build/Queues/330"
576+
}
577+
},
578+
"id": 330,
579+
"name": "DotNetCore-Build",
580+
"url": "https://devdiv.visualstudio.com/DefaultCollection/_apis/build/Queues/330",
575581
"pool": {
576-
"id": 39,
577-
"name": "DotNet-Build"
582+
"id": 97,
583+
"name": "DotNetCore-Build"
578584
}
579585
},
580586
"id": 893,

buildpipeline/DotNet-Trusted-Publish-Symbols.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,11 +254,17 @@
254254
"processParameters": {},
255255
"quality": "definition",
256256
"queue": {
257-
"id": 36,
258-
"name": "DotNet-Build",
257+
"_links": {
258+
"self": {
259+
"href": "https://devdiv.visualstudio.com/DefaultCollection/_apis/build/Queues/330"
260+
}
261+
},
262+
"id": 330,
263+
"name": "DotNetCore-Build",
264+
"url": "https://devdiv.visualstudio.com/DefaultCollection/_apis/build/Queues/330",
259265
"pool": {
260-
"id": 39,
261-
"name": "DotNet-Build"
266+
"id": 97,
267+
"name": "DotNetCore-Build"
262268
}
263269
},
264270
"id": -1,

buildpipeline/DotNet-Trusted-Publish.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -574,11 +574,17 @@
574574
"quality": "definition",
575575
"drafts": [],
576576
"queue": {
577-
"id": 36,
578-
"name": "DotNet-Build",
577+
"_links": {
578+
"self": {
579+
"href": "https://devdiv.visualstudio.com/DefaultCollection/_apis/build/Queues/330"
580+
}
581+
},
582+
"id": 330,
583+
"name": "DotNetCore-Build",
584+
"url": "https://devdiv.visualstudio.com/DefaultCollection/_apis/build/Queues/330",
579585
"pool": {
580-
"id": 39,
581-
"name": "DotNet-Build"
586+
"id": 97,
587+
"name": "DotNetCore-Build"
582588
}
583589
},
584590
"id": 2943,

buildpipeline/DotNet-Trusted-Tests-Publish.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -242,12 +242,18 @@
242242
"quality": "definition",
243243
"defaultBranch": "refs/heads/master",
244244
"queue": {
245-
"pool": {
246-
"id": 39,
247-
"name": "DotNet-Build"
245+
"_links": {
246+
"self": {
247+
"href": "https://devdiv.visualstudio.com/DefaultCollection/_apis/build/Queues/330"
248+
}
248249
},
249-
"id": 36,
250-
"name": "DotNet-Build"
250+
"id": 330,
251+
"name": "DotNetCore-Build",
252+
"url": "https://devdiv.visualstudio.com/DefaultCollection/_apis/build/Queues/330",
253+
"pool": {
254+
"id": 97,
255+
"name": "DotNetCore-Build"
256+
}
251257
},
252258
"path": "\\",
253259
"type": "build",

0 commit comments

Comments
 (0)