From 58d6ff3f13aa2b7b36e3b9df0bdc766d3c53dd5d Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Mon, 8 Jul 2019 10:52:20 -0700 Subject: [PATCH] Remove AgentPool setting in CI yaml --- tools/ci_build/github/azure-pipelines/templates/win-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/ci_build/github/azure-pipelines/templates/win-ci.yml b/tools/ci_build/github/azure-pipelines/templates/win-ci.yml index 8ca6418322..e36882cde6 100644 --- a/tools/ci_build/github/azure-pipelines/templates/win-ci.yml +++ b/tools/ci_build/github/azure-pipelines/templates/win-ci.yml @@ -1,5 +1,4 @@ parameters: - AgentPool : 'Win-CPU' DoDebugBuild: 'true' DoCompliance: 'false' BuildCommand: '' @@ -17,7 +16,6 @@ parameters: jobs: - job: ${{ parameters.JobName }} timeoutInMinutes: 120 - pool: ${{ parameters.AgentPool }} variables: buildDirectory: '$(Build.BinariesDirectory)' BuildCommand: ${{ parameters.BuildCommand }}