Skip to content

Commit

Permalink
[main] Fix build break (dotnet#27247)
Browse files Browse the repository at this point in the history
- follow-up on bb7c910
- unclear how CI validation worked in dotnet#27239
  • Loading branch information
dougbu authored Jan 22, 2022
1 parent 786798e commit e2f46c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ stages:
timeoutInMinutes: 120
enablePublishTestResults: true
pool:
- ${{ if or(ne(variables['System.TeamProject'], 'internal'), in(variables['Build.Reason'], 'Manual', 'PullRequest', 'Schedule')) }}:
${{ if or(ne(variables['System.TeamProject'], 'internal'), in(variables['Build.Reason'], 'Manual', 'PullRequest', 'Schedule')) }}:
vmImage: ubuntu-18.04
- ${{ if and(eq(variables['System.TeamProject'], 'internal'), notin(variables['Build.Reason'], 'Manual', 'PullRequest', 'Schedule')) }}:
${{ if and(eq(variables['System.TeamProject'], 'internal'), notin(variables['Build.Reason'], 'Manual', 'PullRequest', 'Schedule')) }}:
name: NetCore1ESPool-Internal
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64
variables:
Expand Down

0 comments on commit e2f46c7

Please sign in to comment.