|
@@ -114,6 +114,8 @@ jobs:
|
|
|
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.Server.Amd64.VS2019
|
|
|
|
|
+ ${{ if ne(parameters.container, '') }}:
|
|
|
|
|
+ container: ${{ parameters.container }}
|
|
|
variables:
|
|
variables:
|
|
|
- AgentOsName: ${{ parameters.agentOs }}
|
|
- AgentOsName: ${{ parameters.agentOs }}
|
|
|
- ASPNETCORE_TEST_LOG_MAXPATH: "200" # Keep test log file name length low enough for artifact zipping
|
|
- ASPNETCORE_TEST_LOG_MAXPATH: "200" # Keep test log file name length low enough for artifact zipping
|