Merged PR 21052: Fix merge from public to internal
- Please add description for changes you are making. - If there is an issue related to this PR, please add the reference.
This commit is contained in:
commit
4c30de7899
1 changed files with 3 additions and 3 deletions
|
@ -390,9 +390,9 @@ stages:
|
||||||
- Source_Build_Create_Tarball
|
- Source_Build_Create_Tarball
|
||||||
publishUsingPipelines: true
|
publishUsingPipelines: true
|
||||||
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