Skip to content

Commit 39b50b9

Browse files
authored
Updated ADO PR template to not use windows ARM64 (#5187)
1 parent a03d33e commit 39b50b9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Misc/UpdateAgentPackage.template.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,5 @@
8282
<AddTaskPackageData packageType="pipelines-agent" platform="win-x86" version="<AGENT_VERSION>" hashValue="<HASH_VALUE>" downloadUrl="https://vstsagentpackage.azureedge.net/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://vstsagentpackage.azureedge.net/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>
9085
</Steps>
9186
</ServicingStepGroup>

0 commit comments

Comments
 (0)