Use preview queues (#24683)
This commit is contained in:
parent
383a272f36
commit
407b623cdf
|
|
@ -115,7 +115,7 @@ jobs:
|
||||||
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
||||||
name: NetCoreInternal-Pool
|
name: NetCoreInternal-Pool
|
||||||
# Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing
|
# Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing
|
||||||
queue: BuildPool.Server.Amd64.VS2019
|
queue: BuildPool.Windows.10.Amd64.VS2019.Pre
|
||||||
${{ if ne(parameters.container, '') }}:
|
${{ if ne(parameters.container, '') }}:
|
||||||
container: ${{ parameters.container }}
|
container: ${{ parameters.container }}
|
||||||
variables:
|
variables:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue