Skip to content

Commit ae97ece

Browse files
New build pools (#6041)
1 parent 0b2bd3a commit ae97ece

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

build/vsts-ci.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
2525
DOTNET_MULTILEVEL_LOOKUP: 0
2626
pool:
27-
name: DotNet-Build
27+
name: DotnetBuild-1ES-Linux
2828
demands:
2929
- agent.os -equals linux
3030
container: CentosContainer
@@ -55,7 +55,7 @@ jobs:
5555
DOTNET_MULTILEVEL_LOOKUP: 0
5656
ROOTFS_DIR: '/crossrootfs/arm'
5757
pool:
58-
name: DotNet-Build
58+
name: DotnetBuild-1ES-Linux
5959
demands:
6060
- agent.os -equals linux
6161
container: UbuntuCrossArmContainer
@@ -86,7 +86,7 @@ jobs:
8686
DOTNET_MULTILEVEL_LOOKUP: 0
8787
ROOTFS_DIR: '/crossrootfs/arm64'
8888
pool:
89-
name: DotNet-Build
89+
name: DotnetBuild-1ES-Linux
9090
demands:
9191
- agent.os -equals linux
9292
container: UbuntuCrossArm64Container
@@ -187,7 +187,7 @@ jobs:
187187
_UseEsrpSigning: true
188188
_TeamName: DotNetCore
189189
pool:
190-
name: DotNetCore-Build
190+
name: DotNetCore-Build-1ES
191191
demands:
192192
- agent.os -equals Windows_NT
193193
steps:
@@ -238,7 +238,7 @@ jobs:
238238
_UseEsrpSigning: true
239239
_TeamName: DotNetCore
240240
pool:
241-
name: DotNetCore-Build
241+
name: DotNetCore-Build-1ES
242242
demands:
243243
- agent.os -equals Windows_NT
244244
steps:
@@ -297,14 +297,15 @@ jobs:
297297
DOTNET_CLI_TELEMETRY_OPTOUT: 1
298298
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
299299
DOTNET_MULTILEVEL_LOOKUP: 0
300+
NUGET_PACKAGES: $(Build.SourcesDirectory)/.packages
300301
_SignType: real
301302
_UseEsrpSigning: true
302303
_TeamName: DotNetCore
303304
_AzureDevopsFeedUrl: https://pkgs.dev.azure.com/dnceng/public/_packaging/MachineLearning/nuget/v3/index.json
304305
_SymwebSymbolServerPath: https://microsoft.artifacts.visualstudio.com/DefaultCollection
305306
_MsdlSymbolServerPath: https://microsoftpublicsymbols.artifacts.visualstudio.com/DefaultCollection
306307
pool:
307-
name: DotNetCore-Build
308+
name: DotNetCore-Build-1ES
308309
demands:
309310
- agent.os -equals Windows_NT
310311
steps:

0 commit comments

Comments
 (0)