Skip to content

Commit 7132612

Browse files
[Agent] CI Trigger for Windows ARM 64 (#5046)
1 parent 912662d commit 7132612

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.azure-pipelines/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ extends:
186186
buildAlternatePackage: ${{ parameters.buildAlternatePackage }}
187187
targetFramework: ${{ parameters.targetFramework }}
188188

189-
# Windows (ARM)
189+
# Windows (ARM64)
190190
- ${{ if parameters.win_arm64 }}:
191191
- template: /.azure-pipelines/build-jobs.yml@self
192192
parameters:

.vsts.ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ parameters:
1414
type: boolean
1515
displayName: Windows (x86)
1616
default: true
17+
- name: win_arm64
18+
type: boolean
19+
displayName: Windows (ARM64)
20+
default: true
1721
- name: linux_x64
1822
type: boolean
1923
displayName: Linux (x64)
@@ -59,6 +63,7 @@ extends:
5963
testProxyAgent: ${{ parameters.testProxyAgent }}
6064
win_x64: ${{ parameters.win_x64 }}
6165
win_x86: ${{ parameters.win_x86 }}
66+
win_arm64: ${{ parameters.win_arm64 }}
6267
linux_x64: ${{ parameters.linux_x64 }}
6368
linux_arm: ${{ parameters.linux_arm }}
6469
linux_arm64: ${{ parameters.linux_arm64 }}

0 commit comments

Comments
 (0)