Skip to content

Commit 24cb02e

Browse files
committed
Work CD-CI
- Improvement and fix of the condition to update dependents. ***NO_CI*** Signed-off-by: josesimoes <[email protected]>
1 parent 8a352ef commit 24cb02e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@ jobs:
5757

5858
##############################
5959
- job: Update_Dependencies
60-
condition: or( and( succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), eq(variables['StartReleaseCandidate'], 'false') ), and( succeeded(), contains(variables['Build.SourceVersionMessage'], '***UPDATE_DEPENDENTS***'), eq(variables['StartReleaseCandidate'], 'false') ), eq(variables['UPDATE_DEPENDENTS'], 'true') )
60+
condition: or( and( succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), eq(variables['StartReleaseCandidate'], 'false') ), and( succeeded(), contains(variables['getCommitMessage.COMMIT_MESSAGE'], '***UPDATE_DEPENDENTS***'), eq(variables['StartReleaseCandidate'], 'false') ), eq(variables['UPDATE_DEPENDENTS'], 'true') )
61+
62+
dependsOn:
63+
- Build_Library
64+
6165
pool:
6266
vmImage: 'VS2017-Win2016'
6367

@@ -91,7 +95,6 @@ jobs:
9195

9296
pool:
9397
vmImage: 'VS2017-Win2016'
94-
9598
steps:
9699

97100
- checkout: self

0 commit comments

Comments
 (0)