From 37520877f498b872c2903925427562364d2fe7c4 Mon Sep 17 00:00:00 2001 From: shilongliu Date: Tue, 30 Aug 2022 10:34:41 +0800 Subject: [PATCH] [ci] Fix bug involved by PR 11810 which affect official build pipeline --- .azure-pipelines/official-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/official-build.yml b/.azure-pipelines/official-build.yml index c73124f2e91f..3ebb106a621b 100644 --- a/.azure-pipelines/official-build.yml +++ b/.azure-pipelines/official-build.yml @@ -38,7 +38,7 @@ stages: variables: - name: CACHE_MODE value: wcache - - template: azure-pipelines-repd-build-variables.yml@buildimage + - template: .azure-pipelines/azure-pipelines-repd-build-variables.yml@buildimage jobs: - template: azure-pipelines-build.yml parameters: