mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-04 04:07:22 +00:00
Change nuget pipeline's "Final_Jar_Testing_Windows_GPU" job to download TRT binaries in every build (#19909)
### Description Change nuget pipeline's "Final_Jar_Testing_Windows_GPU" job to download TRT binaries in every build. Now all the other build jobs are already doing this. This is the only one left. ### Motivation and Context As a follow up of #19118
This commit is contained in:
parent
966fa74597
commit
ea4a5eea18
1 changed files with 5 additions and 6 deletions
|
|
@ -394,12 +394,11 @@ stages:
|
|||
steps:
|
||||
- template: templates/set-version-number-variables-step.yml
|
||||
|
||||
- task: BatchScript@1
|
||||
displayName: 'setup env'
|
||||
inputs:
|
||||
filename: '$(Build.SourcesDirectory)\tools\ci_build\github\windows\setup_env_cuda.bat'
|
||||
modifyEnvironment: true
|
||||
workingFolder: '$(Build.BinariesDirectory)'
|
||||
- template: templates/jobs/download_win_gpu_library.yml
|
||||
parameters:
|
||||
CudaVersion: ${{ parameters.CudaVersion }}
|
||||
DownloadCUDA: true
|
||||
DownloadTRT: true
|
||||
|
||||
- template: templates\flex-downloadPipelineArtifact.yml
|
||||
parameters:
|
||||
|
|
|
|||
Loading…
Reference in a new issue