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 }}