Skip to content

Commit

Permalink
[Agent] CI Trigger for Windows ARM 64 (#5046)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaMankal-MS authored Nov 19, 2024
1 parent 912662d commit 7132612
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ extends:
buildAlternatePackage: ${{ parameters.buildAlternatePackage }}
targetFramework: ${{ parameters.targetFramework }}

# Windows (ARM)
# Windows (ARM64)
- ${{ if parameters.win_arm64 }}:
- template: /.azure-pipelines/build-jobs.yml@self
parameters:
Expand Down
5 changes: 5 additions & 0 deletions .vsts.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ parameters:
type: boolean
displayName: Windows (x86)
default: true
- name: win_arm64
type: boolean
displayName: Windows (ARM64)
default: true
- name: linux_x64
type: boolean
displayName: Linux (x64)
Expand Down Expand Up @@ -59,6 +63,7 @@ extends:
testProxyAgent: ${{ parameters.testProxyAgent }}
win_x64: ${{ parameters.win_x64 }}
win_x86: ${{ parameters.win_x86 }}
win_arm64: ${{ parameters.win_arm64 }}
linux_x64: ${{ parameters.linux_x64 }}
linux_arm: ${{ parameters.linux_arm }}
linux_arm64: ${{ parameters.linux_arm64 }}
Expand Down

0 comments on commit 7132612

Please sign in to comment.