Skip to content

Commit b21094d

Browse files
authored
Remove agent.os demands on windows ci (dotnet#621)
* Remove agent.os demands as this queue has only Windows_NT machines * Bump parallel to 4 * Set parallel to 99 per PR feedback
1 parent f6934a0 commit b21094d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.vsts-dotnet-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,3 @@ phases:
1111
buildScript: build.cmd
1212
queue:
1313
name: Hosted VS2017
14-
demands:
15-
- agent.os -equals Windows_NT

build/ci/phase-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ phases:
1313
${{ if ne(parameters.dockerImage, '') }}:
1414
_PREVIEW_VSTS_DOCKER_IMAGE: ${{ parameters.dockerImage }}
1515
queue:
16-
parallel: 2
16+
parallel: 99
1717
matrix:
1818
Build_Debug:
1919
_configuration: Debug
2020
Build_Release:
21-
_configuration: Release
21+
_configuration: Release
2222
${{ insert }}: ${{ parameters.queue }}
2323
steps:
2424
- script: $(_buildScript) -$(_configuration) -runtests

0 commit comments

Comments
 (0)