Merge pull request #1134 from dotnet/livarcocc-patch-1
Update queues used for builds
This commit is contained in:
commit
9973b62df9
1 changed files with 5 additions and 5 deletions
|
@ -16,9 +16,11 @@ jobs:
|
||||||
agentOs: Windows_NT
|
agentOs: Windows_NT
|
||||||
pool:
|
pool:
|
||||||
${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}:
|
${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}:
|
||||||
name: dotnet-external-temp
|
name: NetCorePublic-Int-Pool
|
||||||
|
queue: buildpool.windows.10.amd64.vs2017.open
|
||||||
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
||||||
name: dotnet-internal-temp
|
name: NetCoreInternal-Int-Pool
|
||||||
|
queue: buildpool.windows.10.amd64.vs2017
|
||||||
timeoutInMinutes: 180
|
timeoutInMinutes: 180
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -57,7 +59,6 @@ jobs:
|
||||||
_BuildArchitecture: arm
|
_BuildArchitecture: arm
|
||||||
_DOTNET_CLI_UI_LANGUAGE: ''
|
_DOTNET_CLI_UI_LANGUAGE: ''
|
||||||
_DropSuffix: ''
|
_DropSuffix: ''
|
||||||
_AdditionalBuildParameters: '/p:DisableSourceLink=true'
|
|
||||||
|
|
||||||
- template: /eng/build.yml
|
- template: /eng/build.yml
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -188,7 +189,6 @@ jobs:
|
||||||
_RuntimeIdentifier: '--runtime-id rhel.6-x64'
|
_RuntimeIdentifier: '--runtime-id rhel.6-x64'
|
||||||
_BuildArchitecture: 'x64'
|
_BuildArchitecture: 'x64'
|
||||||
_DropSuffix: ''
|
_DropSuffix: ''
|
||||||
_AdditionalBuildParameters: '/p:DisableSourceLink=true'
|
|
||||||
Build_Linux_musl_Release_x64:
|
Build_Linux_musl_Release_x64:
|
||||||
_BuildConfig: Release
|
_BuildConfig: Release
|
||||||
_DockerParameter: '--docker alpine.3.6'
|
_DockerParameter: '--docker alpine.3.6'
|
||||||
|
|
Loading…
Add table
Reference in a new issue