|
24 | 24 | DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1 |
25 | 25 | DOTNET_MULTILEVEL_LOOKUP: 0 |
26 | 26 | pool: |
27 | | - name: DotNet-Build |
| 27 | + name: DotnetBuild-1ES-Linux |
28 | 28 | demands: |
29 | 29 | - agent.os -equals linux |
30 | 30 | container: CentosContainer |
|
55 | 55 | DOTNET_MULTILEVEL_LOOKUP: 0 |
56 | 56 | ROOTFS_DIR: '/crossrootfs/arm' |
57 | 57 | pool: |
58 | | - name: DotNet-Build |
| 58 | + name: DotnetBuild-1ES-Linux |
59 | 59 | demands: |
60 | 60 | - agent.os -equals linux |
61 | 61 | container: UbuntuCrossArmContainer |
|
86 | 86 | DOTNET_MULTILEVEL_LOOKUP: 0 |
87 | 87 | ROOTFS_DIR: '/crossrootfs/arm64' |
88 | 88 | pool: |
89 | | - name: DotNet-Build |
| 89 | + name: DotnetBuild-1ES-Linux |
90 | 90 | demands: |
91 | 91 | - agent.os -equals linux |
92 | 92 | container: UbuntuCrossArm64Container |
@@ -187,7 +187,7 @@ jobs: |
187 | 187 | _UseEsrpSigning: true |
188 | 188 | _TeamName: DotNetCore |
189 | 189 | pool: |
190 | | - name: DotNetCore-Build |
| 190 | + name: DotNetCore-Build-1ES |
191 | 191 | demands: |
192 | 192 | - agent.os -equals Windows_NT |
193 | 193 | steps: |
@@ -238,7 +238,7 @@ jobs: |
238 | 238 | _UseEsrpSigning: true |
239 | 239 | _TeamName: DotNetCore |
240 | 240 | pool: |
241 | | - name: DotNetCore-Build |
| 241 | + name: DotNetCore-Build-1ES |
242 | 242 | demands: |
243 | 243 | - agent.os -equals Windows_NT |
244 | 244 | steps: |
@@ -297,14 +297,15 @@ jobs: |
297 | 297 | DOTNET_CLI_TELEMETRY_OPTOUT: 1 |
298 | 298 | DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1 |
299 | 299 | DOTNET_MULTILEVEL_LOOKUP: 0 |
| 300 | + NUGET_PACKAGES: $(Build.SourcesDirectory)/.packages |
300 | 301 | _SignType: real |
301 | 302 | _UseEsrpSigning: true |
302 | 303 | _TeamName: DotNetCore |
303 | 304 | _AzureDevopsFeedUrl: https://pkgs.dev.azure.com/dnceng/public/_packaging/MachineLearning/nuget/v3/index.json |
304 | 305 | _SymwebSymbolServerPath: https://microsoft.artifacts.visualstudio.com/DefaultCollection |
305 | 306 | _MsdlSymbolServerPath: https://microsoftpublicsymbols.artifacts.visualstudio.com/DefaultCollection |
306 | 307 | pool: |
307 | | - name: DotNetCore-Build |
| 308 | + name: DotNetCore-Build-1ES |
308 | 309 | demands: |
309 | 310 | - agent.os -equals Windows_NT |
310 | 311 | steps: |
|
0 commit comments