Skip to content

Commit

Permalink
Merge pull request #1092 from aspnet/vramak/UpdatePackageVersion21
Browse files Browse the repository at this point in the history
Updating to the correct prod pool
  • Loading branch information
vijayrkn authored Sep 24, 2019
2 parents de030d7 + 545c380 commit 37dcaae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions eng/templates/default-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,12 @@ jobs:
vmImage: macOS-10.13
${{ if and(eq(parameters.poolName, ''), eq(parameters.agentOs, 'Linux')) }}:
name: Hosted Ubuntu 1604
vmImage: ubuntu-16.04
${{ if and(eq(parameters.poolName, ''), eq(parameters.agentOs, 'Windows')) }}:
${{ if ne(variables['System.TeamProject'], 'internal') }}:
name: Hosted VS2017
vmImage: vs2017-win2016
${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: dotnet-internal-temp
name: NetCoreInternal-Pool
queue: buildpool.windows.10.amd64.vs2017
variables:
AgentOsName: ${{ parameters.agentOs }}
ASPNETCORE_TEST_LOG_MAXPATH: "200" # Keep test log file name length low enough for artifact zipping
Expand Down

0 comments on commit 37dcaae

Please sign in to comment.