Merged PR 35623: [internal/release/6.0.4xx] Add PGO legs to dependencies for publish.
Updated .vsts-ci.yml Add PGO legs to dependencies for publish. ``` PGO_Windows_NT PGO_Linux ```
This commit is contained in:
commit
75dc8656ec
1 changed files with 2 additions and 0 deletions
|
@ -405,6 +405,8 @@ stages:
|
|||
- Darwin
|
||||
- Source_Build_Managed
|
||||
- Source_Build_Create_Tarball
|
||||
- PGO_Linux
|
||||
- PGO_Windows_NT
|
||||
publishUsingPipelines: true
|
||||
pool:
|
||||
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
||||
|
|
Loading…
Reference in a new issue