@@ -43,13 +43,13 @@ jobs:
43
43
44
44
# Public Linux Build Pool
45
45
${{ if and(eq(parameters.osGroup, 'Linux'), eq(variables['System.TeamProject'], 'public')) }} :
46
- name : NetCorePublic-Pool
47
- queue : BuildPool .Ubuntu.1604.Amd64.Open
46
+ name : NetCore1ESPool-Svc-Public
47
+ demands : ImageOverride -equals Build .Ubuntu.1604.Amd64.Open
48
48
49
49
# Official Build Linux Pool
50
50
${{ if and(eq(parameters.osGroup, 'Linux'), ne(variables['System.TeamProject'], 'public')) }} :
51
- name : NetCoreInternal-Pool
52
- queue : BuildPool .Ubuntu.1604.Amd64
51
+ name : NetCore1ESPool-Svc-Internal
52
+ demands : ImageOverride -equals Build .Ubuntu.1604.Amd64
53
53
54
54
# FreeBSD builds only in the internal project
55
55
${{ if and(eq(parameters.osGroup, 'FreeBSD'), ne(variables['System.TeamProject'], 'public')) }} :
@@ -65,13 +65,13 @@ jobs:
65
65
66
66
# Official Build Windows Pool
67
67
${{ if and(eq(parameters.osGroup, 'Windows_NT'), ne(variables['System.TeamProject'], 'public')) }} :
68
- name : NetCoreInternal-Pool
69
- queue : BuildPool .Windows.10.Amd64.VS2017
68
+ name : NetCore1ESPool-Svc-Internal
69
+ demands : ImageOverride -equals Build .Windows.10.Amd64.VS2017
70
70
71
71
# Public Windows Build Pool
72
72
${{ if and(eq(parameters.osGroup, 'Windows_NT'), eq(variables['System.TeamProject'], 'public')) }} :
73
- name : NetCorePublic-Pool
74
- queue : BuildPool .Windows.10.Amd64.VS2017.Open
73
+ name : NetCore1ESPool-Svc-Public
74
+ demands : ImageOverride -equals Build .Windows.10.Amd64.VS2017.Open
75
75
76
76
workspace :
77
77
clean : all
0 commit comments