Skip to content

Commit 4204d22

Browse files
committed
fix path to template
1 parent 1e6437a commit 4204d22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pipelines/DSC-Official.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@ extends:
8787
- job: BuildWin_x64
8888
dependsOn: SetPackageVersion
8989
steps:
90-
- template: ./DSC-Windows.yml
90+
- template: .pipelines/DSC-Windows.yml
9191
parameters:
9292
buildName: x86_64-pc-windows-msvc
9393

9494
- job: BuildWin_arm64
9595
dependsOn: SetPackageVersion
9696
steps:
97-
- template: ./DSC-Windows.yml
97+
- template: .pipelines/DSC-Windows.yml
9898
parameters:
9999
buildName: aarch64-pc-windows-msvc
100100

0 commit comments

Comments
 (0)