Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Change pools to Sierra (#16630)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitche authored Mar 2, 2017
1 parent f1821d8 commit 0a2bd23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions buildpipeline/DotNet-CoreFx-Trusted-OSX.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
}
},
"demands": [
"Agent.OS -equals darwin"
"VSTS_OS -equals Mac_Sierra_10.12"
],
"retentionRules": [
{
Expand Down Expand Up @@ -331,11 +331,11 @@
"quality": "definition",
"queue": {
"pool": {
"id": 39,
"name": "DotNet-Build"
"id": 83,
"name": "DotNetCore-Test"
},
"id": 36,
"name": "DotNet-Build"
"id": 159,
"name": "DotNetCore-Test"
},
"path": "\\",
"type": "build",
Expand Down
4 changes: 2 additions & 2 deletions buildpipeline/pipeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
{
"Name": "DotNet-CoreFx-Trusted-OSX",
"Parameters": {
"PB_TargetQueue": "OSX.1011.Amd64"
"PB_TargetQueue": "OSX.1012.Amd64"
},
"ReportingParameters": {
"OperatingSystem": "OSX",
Expand Down Expand Up @@ -470,7 +470,7 @@
{
"Name": "DotNet-CoreFx-Trusted-OSX",
"Parameters": {
"PB_TargetQueue": "OSX.1011.Amd64"
"PB_TargetQueue": "OSX.1012.Amd64"
},
"ReportingParameters": {
"OperatingSystem": "OSX",
Expand Down

0 comments on commit 0a2bd23

Please sign in to comment.