Skip to content

Commit 5c07c1d

Browse files
Agent ARM64 - Enabled Agent Windows ARM64 Build - AB#2143637 (#5198)
* Agent ARM64 - Enabled Agent Windows ARM64 Build
1 parent bd7e177 commit 5c07c1d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.azure-pipelines/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ parameters:
4444
default: true
4545
- name: win_arm64
4646
type: boolean
47-
default: false
47+
default: true
4848
- name: linux_x64
4949
type: boolean
5050
default: true

.vsts.ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ parameters:
1717
- name: win_arm64
1818
type: boolean
1919
displayName: Windows (ARM64)
20-
default: false
20+
default: true
2121
- name: linux_x64
2222
type: boolean
2323
displayName: Linux (x64)

src/Misc/UpdateAgentPackage.template.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,10 @@
8282
<AddTaskPackageData packageType="pipelines-agent" platform="win-x86" version="<AGENT_VERSION>" hashValue="<HASH_VALUE>" downloadUrl="https://download.agent.dev.azure.com/agent/<AGENT_VERSION>/pipelines-agent-win-x86-<AGENT_VERSION>.zip" infoUrl="https://go.microsoft.com/fwlink/?LinkId=798199" filename="pipelines-agent-win-x86-<AGENT_VERSION>.zip" />
8383
</StepData>
8484
</ServicingStep>
85+
<ServicingStep name="Add ARM64 Windows agent package (without Node 6 and Node 10)" stepPerformer="DistributedTask" stepType="AddTaskPackage">
86+
<StepData>
87+
<AddTaskPackageData packageType="pipelines-agent" platform="win-arm64" version="<AGENT_VERSION>" hashValue="<HASH_VALUE>" downloadUrl="https://download.agent.dev.azure.com/agent/<AGENT_VERSION>/pipelines-agent-win-arm64-<AGENT_VERSION>.zip" infoUrl="https://go.microsoft.com/fwlink/?LinkId=798199" filename="pipelines-agent-win-arm64-<AGENT_VERSION>.zip" />
88+
</StepData>
89+
</ServicingStep>
8590
</Steps>
8691
</ServicingStepGroup>

0 commit comments

Comments
 (0)