diff --git a/tools/ci_build/github/azure-pipelines/c-api-noopenmp-packaging-pipelines.yml b/tools/ci_build/github/azure-pipelines/c-api-noopenmp-packaging-pipelines.yml index 5a50a9964bead..01f316dbbaaef 100644 --- a/tools/ci_build/github/azure-pipelines/c-api-noopenmp-packaging-pipelines.yml +++ b/tools/ci_build/github/azure-pipelines/c-api-noopenmp-packaging-pipelines.yml @@ -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: