Skip to content

Commit

Permalink
Change nuget pipeline's "Final_Jar_Testing_Windows_GPU" job to downlo…
Browse files Browse the repository at this point in the history
…ad 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
  • Loading branch information
snnn authored Mar 14, 2024
1 parent 966fa74 commit ea4a5ee
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ea4a5ee

Please sign in to comment.