Remove agent.os demands on windows ci (#621)
* Remove agent.os demands as this queue has only Windows_NT machines * Bump parallel to 4 * Set parallel to 99 per PR feedback
This commit is contained in:
Родитель
f6934a0705
Коммит
b21094d649
|
@ -11,5 +11,3 @@ phases:
|
||||||
buildScript: build.cmd
|
buildScript: build.cmd
|
||||||
queue:
|
queue:
|
||||||
name: Hosted VS2017
|
name: Hosted VS2017
|
||||||
demands:
|
|
||||||
- agent.os -equals Windows_NT
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ phases:
|
||||||
${{ if ne(parameters.dockerImage, '') }}:
|
${{ if ne(parameters.dockerImage, '') }}:
|
||||||
_PREVIEW_VSTS_DOCKER_IMAGE: ${{ parameters.dockerImage }}
|
_PREVIEW_VSTS_DOCKER_IMAGE: ${{ parameters.dockerImage }}
|
||||||
queue:
|
queue:
|
||||||
parallel: 2
|
parallel: 99
|
||||||
matrix:
|
matrix:
|
||||||
Build_Debug:
|
Build_Debug:
|
||||||
_configuration: Debug
|
_configuration: Debug
|
||||||
|
|
Загрузка…
Ссылка в новой задаче