@@ -36,43 +36,44 @@ stages:
36
36
displayName : Build
37
37
jobs :
38
38
# ############## WINDOWS ###############
39
- # - template: /eng/pipelines/templates/jobs/sdk-job-matrix.yml@self
40
- # parameters:
41
- # pool:
42
- # name: $(DncEngPublicBuildPool)
43
- # demands: ImageOverride -equals windows.vs2022.amd64.open
44
- # os: windows
45
- # helixTargetQueue: windows.amd64.vs2022.pre.scout .open
39
+ - template : /eng/pipelines/templates/jobs/sdk-job-matrix.yml@self
40
+ parameters :
41
+ pool :
42
+ name : $(DncEngPublicBuildPool)
43
+ demands : ImageOverride -equals windows.vs2022.amd64.open
44
+ os : windows
45
+ helixTargetQueue : windows.amd64.vs2022.pre.open
46
46
47
47
# ############## LINUX ###############
48
- # - template: /eng/pipelines/templates/jobs/sdk-job-matrix.yml
49
- # parameters:
50
- # pool:
51
- # name: $(DncEngPublicBuildPool)
52
- # demands: ImageOverride -equals build.ubuntu.2204.amd64.open
53
- # os: linux
54
- # helixTargetQueue: ubuntu.2204.amd64.open
48
+ - template : /eng/pipelines/templates/jobs/sdk-job-matrix.yml
49
+ parameters :
50
+ pool :
51
+ name : $(DncEngPublicBuildPool)
52
+ demands : ImageOverride -equals build.ubuntu.2204.amd64.open
53
+ os : linux
54
+ helixTargetQueue : ubuntu.2204.amd64.open
55
55
56
56
# ############## MACOS ###############
57
- # - template: /eng/pipelines/templates/jobs/sdk-job-matrix.yml
58
- # parameters:
59
- # pool:
60
- # name: Azure Pipelines
61
- # vmImage: macOS-latest
62
- # os: macOS
63
- # helixTargetQueue: osx.13.amd64.open
64
- # ## ARM64 ###
65
57
- template : /eng/pipelines/templates/jobs/sdk-job-matrix.yml
66
58
parameters :
67
59
pool :
68
60
name : Azure Pipelines
69
61
vmImage : macOS-latest
70
62
os : macOS
71
- helixTargetQueue : osx.13.arm64.open
72
- macOSJobParameterSets :
73
- - categoryName : TestBuild
74
- targetArchitecture : arm64
75
- runtimeIdentifier : osx-arm64
63
+ helixTargetQueue : osx.15.amd64.open
64
+ # ## 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
76
77
77
78
# ############## DOTNET-FORMAT ###############
78
- # - template: /eng/dotnet-format/dotnet-format-integration.yml
79
+ - template : /eng/dotnet-format/dotnet-format-integration.yml
0 commit comments