Move TensorRT Windows CI build to the machine pool (#7127)

This commit is contained in:
Changming Sun 2021-03-24 14:28:25 -07:00 committed by GitHub
parent 1c04eec2b1
commit 2e3bbad19f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
jobs:
- job: 'build'
pool: 'Win-TRT'
pool: 'onnxruntime-tensorrt-winbuild'
variables:
OrtPackageId: 'Microsoft.ML.OnnxRuntime'
MsbuildArguments: '-detailedsummary -maxcpucount -consoleloggerparameters:PerformanceSummary'