Merged PR 21050: Switch to lowercase to match other cases.
- Please add description for changes you are making. - If there is an issue related to this PR, please add the reference. Switch to lowercase to match other cases.
This commit is contained in:
commit
3c09f279cc
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ stages:
|
||||||
pool:
|
pool:
|
||||||
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
||||||
name: NetCore1ESPool-Svc-Internal
|
name: NetCore1ESPool-Svc-Internal
|
||||||
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2017
|
demands: ImageOverride -equals build.windows.10.amd64.vs2017
|
||||||
|
|
||||||
|
|
||||||
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue