Skip to content

Commit

Permalink
Use correct AzDO Pipelines pool for PR validation (dotnet#1130)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSimons authored May 21, 2019
1 parent 752863a commit 4641afc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vsts-pipelines/stages/build-test-publish-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@ stages:
parameters:
name: Build_NanoServer1903_amd64
pool: # windows1903Amd64
name: DotNetCore-Docker
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: DotNetCore-Docker-Public
${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: DotNetCore-Docker
demands: VSTS_OS -equals Windows_Server_2019_Data_Center_1903
matrix: dependencies.GenerateBuildMatrix.outputs['${{ format('matrix.{0}MatrixNanoserver1903Amd64', parameters.buildMatrixType) }}']
dockerClientOS: windows
Expand Down

0 comments on commit 4641afc

Please sign in to comment.