From 8391b24447fcca4c01599b3270255fbf76ac8a21 Mon Sep 17 00:00:00 2001 From: yf711 Date: Fri, 18 Oct 2024 13:43:46 -0700 Subject: [PATCH] remove redundant var --- .../github/azure-pipelines/templates/common-variables.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/ci_build/github/azure-pipelines/templates/common-variables.yml b/tools/ci_build/github/azure-pipelines/templates/common-variables.yml index 8113bd8e3bfca..b57e45a1069fe 100644 --- a/tools/ci_build/github/azure-pipelines/templates/common-variables.yml +++ b/tools/ci_build/github/azure-pipelines/templates/common-variables.yml @@ -3,7 +3,5 @@ variables: # As for Debian installation, replace '-1.' by '-1+' when assigning trt version below linux_trt_version_cuda11: ${{ variables.common_trt_version }}-1.cuda11.8 linux_trt_version_cuda12: ${{ variables.common_trt_version }}-1.cuda12.6 - common_linux_trt_version: ${{ variables.linux_trt_version_cuda12 }} win_trt_folder_cuda11: TensorRT-${{ variables.common_trt_version }}.Windows10.x86_64.cuda-11.8 - win_trt_folder_cuda12: TensorRT-${{ variables.common_trt_version }}.Windows10.x86_64.cuda-12.6 - common_win_trt_folder: ${{ variables.win_trt_folder_cuda12 }} + win_trt_folder_cuda12: TensorRT-${{ variables.common_trt_version }}.Windows10.x86_64.cuda-12.6 \ No newline at end of file