Skip to content

Commit 28751ce

Browse files
liushilongbuaaxumia
authored andcommitted
[ci] Fix bug involved by PR 11810 which affect official build pipeline (#11891)
Why I did it Fix the official build not triggered correctly issue, caused by the azp template path not existing. How I did it Change the azp template path.
1 parent fc9dee4 commit 28751ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/official-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ stages:
3838
variables:
3939
- name: CACHE_MODE
4040
value: wcache
41-
- template: azure-pipelines-repd-build-variables.yml@buildimage
41+
- template: .azure-pipelines/azure-pipelines-repd-build-variables.yml@buildimage
4242
jobs:
4343
- template: azure-pipelines-build.yml
4444
parameters:

0 commit comments

Comments
 (0)