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:
Changming Sun 2024-03-14 07:55:00 -07:00 committed by GitHub
parent 966fa74597
commit ea4a5eea18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: