mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-09 00:30:53 +00:00
Remove AgentPool setting in CI yaml
This commit is contained in:
parent
3a588860cc
commit
58d6ff3f13
1 changed files with 0 additions and 2 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue