Switch to lowercase to match other cases.
This commit is contained in:
parent
8a4636670a
commit
e0993bd73c
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…
Reference in a new issue