32
32
- ${{ if eq(parameters.platform, 'Linux_arm64') }} :
33
33
- ${{ if eq(variables['System.TeamProject'], 'public') }} :
34
34
-
(Ubuntu.1804.Arm64.Open)[email protected] /dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-a45aeeb-20190620155855
35
- - ${{ if and(eq(variables['System.TeamProject'], 'public'), notIn(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'corefx ')) }} :
35
+ - ${{ if and(eq(variables['System.TeamProject'], 'public'), notIn(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'libraries ')) }} :
36
36
-
(Debian.9.Arm64.Open)[email protected] /dotnet-buildtools/prereqs:debian-9-helix-arm64v8-74c9941-20190620155840
37
37
- ${{ if eq(variables['System.TeamProject'], 'internal') }} :
38
38
-
(Debian.9.Arm64)[email protected] /dotnet-buildtools/prereqs:debian-9-helix-arm64v8-74c9941-20190620155840
56
56
57
57
# Linux x64
58
58
- ${{ if eq(parameters.platform, 'Linux_x64') }} :
59
- - ${{ if and(eq(variables['System.TeamProject'], 'public'), in(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'corefx ')) }} :
59
+ - ${{ if and(eq(variables['System.TeamProject'], 'public'), in(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'libraries ')) }} :
60
60
- Ubuntu.1804.Amd64.Open
61
- - ${{ if and(eq(variables['System.TeamProject'], 'public'), notIn(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'corefx ')) }} :
61
+ - ${{ if and(eq(variables['System.TeamProject'], 'public'), notIn(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'libraries ')) }} :
62
62
- Debian.9.Amd64.Open
63
63
- Ubuntu.1604.Amd64.Open
64
64
- Ubuntu.1804.Amd64.Open
74
74
75
75
# OSX x64
76
76
- ${{ if eq(parameters.platform, 'OSX_x64') }} :
77
- - ${{ if and(eq(variables['System.TeamProject'], 'public'), in(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'corefx ')) }} :
77
+ - ${{ if and(eq(variables['System.TeamProject'], 'public'), in(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'libraries ')) }} :
78
78
- OSX.1013.Amd64.Open
79
- - ${{ if and(eq(variables['System.TeamProject'], 'public'), notIn(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'corefx ')) }} :
79
+ - ${{ if and(eq(variables['System.TeamProject'], 'public'), notIn(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'libraries ')) }} :
80
80
- OSX.1013.Amd64.Open
81
81
- OSX.1014.Amd64.Open
82
82
- ${{ if eq(variables['System.TeamProject'], 'internal') }} :
85
85
86
86
# Windows_NT x64
87
87
- ${{ if eq(parameters.platform, 'Windows_NT_x64') }} :
88
- - ${{ if and(eq(variables['System.TeamProject'], 'public'), in(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'corefx ')) }} :
88
+ - ${{ if and(eq(variables['System.TeamProject'], 'public'), in(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'libraries ')) }} :
89
89
- Windows.10.Amd64.Open
90
- - ${{ if and(eq(variables['System.TeamProject'], 'public'), notIn(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'corefx ')) }} :
90
+ - ${{ if and(eq(variables['System.TeamProject'], 'public'), notIn(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'libraries ')) }} :
91
91
-
(Windows.Nano.1809.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:nanoserver-1809-helix-amd64-61052b7-20190723211353
92
92
- Windows.7.Amd64.Open
93
93
- Windows.81.Amd64.Open
@@ -101,9 +101,9 @@ jobs:
101
101
102
102
# Windows_NT x86
103
103
- ${{ if eq(parameters.platform, 'Windows_NT_x86') }} :
104
- - ${{ if and(eq(variables['System.TeamProject'], 'public'), in(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'corefx ')) }} :
104
+ - ${{ if and(eq(variables['System.TeamProject'], 'public'), in(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'libraries ')) }} :
105
105
- Windows.10.Amd64.Open
106
- - ${{ if and(eq(variables['System.TeamProject'], 'public'), notIn(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'corefx ')) }} :
106
+ - ${{ if and(eq(variables['System.TeamProject'], 'public'), notIn(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'libraries ')) }} :
107
107
- Windows.7.Amd64.Open
108
108
- Windows.81.Amd64.Open
109
109
- Windows.10.Amd64.Open
@@ -119,8 +119,8 @@ jobs:
119
119
# https://github.com/dotnet/runtime/issues/1097
120
120
# https://github.com/dotnet/runtime/issues/1663
121
121
# https://github.com/dotnet/core-eng/issues/8490
122
- # - ${{ if and(eq(variables['System.TeamProject'], 'public'), in(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'corefx ')) }}:
123
- # - Windows.10.Arm64.Open
122
+ # - ${{ if and(eq(variables['System.TeamProject'], 'public'), in(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'libraries ')) }}:
123
+ # - Windows.10.Arm64.Open
124
124
- ${{ if eq(variables['System.TeamProject'], 'internal') }} :
125
125
- Windows.10.Arm64
126
126
0 commit comments