From 008381c3f44fc6b58f2a74448616ead02adcf10b Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Wed, 27 Mar 2024 10:50:45 +0800 Subject: [PATCH] update --- tools/ci_build/github/azure-pipelines/templates/win-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/ci_build/github/azure-pipelines/templates/win-ci.yml b/tools/ci_build/github/azure-pipelines/templates/win-ci.yml index 93efc86ca6e2b..e5cfd16fcde50 100644 --- a/tools/ci_build/github/azure-pipelines/templates/win-ci.yml +++ b/tools/ci_build/github/azure-pipelines/templates/win-ci.yml @@ -376,6 +376,8 @@ stages: - template: telemetry-steps.yml + - template: set-version-number-variables-step.yml + - ${{ if eq(parameters['buildJava'], 'true') }}: - task: JavaToolInstaller@0 inputs: