Skip to content

Commit ba99b42

Browse files
Fix yml reference (dotnet#358)
1 parent 5149632 commit ba99b42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines-PR.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@ stages:
2727
jobs:
2828
# -------- Build Windows legs --------
2929
# Windows x64
30-
- template: /eng/jobs/windows-build.yml
30+
- template: /eng/jobs/windows-build-PR.yml
3131
parameters:
3232
name: Windows_x64
3333
publishRidAgnosticPackages: true
3434
targetArchitecture: x64
3535
codeql: true
3636

3737
# Windows x86
38-
- template: /eng/jobs/windows-build.yml
38+
- template: /eng/jobs/windows-build-PR.yml
3939
parameters:
4040
name: Windows_x86
4141
targetArchitecture: x86
4242

4343
# Windows arm64
44-
- template: /eng/jobs/windows-build.yml
44+
- template: /eng/jobs/windows-build-PR.yml
4545
parameters:
4646
name: Windows_arm64
4747
targetArchitecture: arm64

0 commit comments

Comments
 (0)