We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5149632 commit ba99b42Copy full SHA for ba99b42
azure-pipelines-PR.yml
@@ -27,21 +27,21 @@ stages:
27
jobs:
28
# -------- Build Windows legs --------
29
# Windows x64
30
- - template: /eng/jobs/windows-build.yml
+ - template: /eng/jobs/windows-build-PR.yml
31
parameters:
32
name: Windows_x64
33
publishRidAgnosticPackages: true
34
targetArchitecture: x64
35
codeql: true
36
37
# Windows x86
38
39
40
name: Windows_x86
41
targetArchitecture: x86
42
43
# Windows arm64
44
45
46
name: Windows_arm64
47
targetArchitecture: arm64
0 commit comments