Skip to content

Commit 522f848

Browse files
nguerrerasfoslund
authored andcommitted
Change linux machine pool and remove Ubuntu 14.04
1 parent 70533ee commit 522f848

File tree

1 file changed

+5
-23
lines changed

1 file changed

+5
-23
lines changed

.vsts-ci.yml

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -83,29 +83,12 @@ stages:
8383
_PublishType: none
8484
_SignType: test
8585

86-
- template: /eng/build.yml
87-
parameters:
88-
agentOs: Ubuntu_14_04
89-
pool:
90-
name: Hosted Ubuntu 1604
91-
strategy:
92-
matrix:
93-
Build_Debug:
94-
_BuildConfig: Debug
95-
_PublishType: none
96-
_SignType: test
97-
Build_Release:
98-
_BuildConfig: Release
99-
_PublishType: none
100-
_SignType: test
101-
variables:
102-
_PREVIEW_VSTS_DOCKER_IMAGE: microsoft/dotnet-buildtools-prereqs:ubuntu-14.04-cross-0cd4667-20170319080304
103-
10486
- template: /eng/build.yml
10587
parameters:
10688
agentOs: Ubuntu_16_04
10789
pool:
108-
name: Hosted Ubuntu 1604
90+
name: NetCorePublic-Pool
91+
queue: BuildPool.Ubuntu.1604.Amd64.Open
10992
strategy:
11093
matrix:
11194
Build_Debug:
@@ -116,8 +99,6 @@ stages:
11699
_BuildConfig: Release
117100
_PublishType: none
118101
_SignType: test
119-
variables:
120-
_PREVIEW_VSTS_DOCKER_IMAGE: microsoft/dotnet-buildtools-prereqs:ubuntu-16.04-cross-e435274-20180628134544
121102

122103
- template: /eng/build.yml
123104
parameters:
@@ -165,7 +146,8 @@ stages:
165146
parameters:
166147
agentOs: Linux_Perf_CI
167148
pool:
168-
name: Hosted Ubuntu 1604
149+
name: NetCorePublic-Pool
150+
queue: BuildPool.Ubuntu.1604.Amd64.Open
169151
strategy:
170152
matrix:
171153
Build_Release:
@@ -184,4 +166,4 @@ stages:
184166
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
185167
- template: /eng/common/templates/post-build/post-build.yml
186168
parameters:
187-
enableSymbolValidation: false
169+
enableSymbolValidation: false

0 commit comments

Comments
 (0)