Skip to content

Commit c877c2b

Browse files
committed
Turn on ARM64 build by default
1 parent f21be82 commit c877c2b

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

.vsts-pr.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,17 @@ stages:
6262
# os: macOS
6363
# helixTargetQueue: osx.13.amd64.open
6464
### ARM64 ###
65-
- ${{ if eq(parameters.enableArm64Job, true) }}:
66-
- template: /eng/pipelines/templates/jobs/sdk-job-matrix.yml
67-
parameters:
68-
pool:
69-
name: Azure Pipelines
70-
vmImage: macOS-latest
71-
os: macOS
72-
helixTargetQueue: osx.13.arm64.open
73-
macOSJobParameterSets:
74-
- categoryName: TestBuild
75-
targetArchitecture: arm64
76-
runtimeIdentifier: osx-arm64
65+
- template: /eng/pipelines/templates/jobs/sdk-job-matrix.yml
66+
parameters:
67+
pool:
68+
name: Azure Pipelines
69+
vmImage: macOS-latest
70+
os: macOS
71+
helixTargetQueue: osx.13.arm64.open
72+
macOSJobParameterSets:
73+
- categoryName: TestBuild
74+
targetArchitecture: arm64
75+
runtimeIdentifier: osx-arm64
7776

7877
############### DOTNET-FORMAT ###############
7978
# - template: /eng/dotnet-format/dotnet-format-integration.yml

0 commit comments

Comments
 (0)