Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions azure-pipelines-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@ stages:
jobs:
# -------- Build Windows legs --------
# Windows x64
- template: /eng/jobs/windows-build.yml
- template: /eng/jobs/windows-build-PR.yml
parameters:
name: Windows_x64
publishRidAgnosticPackages: true
targetArchitecture: x64
codeql: true

# Windows x86
- template: /eng/jobs/windows-build.yml
- template: /eng/jobs/windows-build-PR.yml
parameters:
name: Windows_x86
targetArchitecture: x86

# Windows arm64
- template: /eng/jobs/windows-build.yml
- template: /eng/jobs/windows-build-PR.yml
parameters:
name: Windows_arm64
targetArchitecture: arm64
Expand Down