Skip to content

Commit e42b5b6

Browse files
committed
Work CD-CI
- Add check for commit message for update dependents. ***NO_CI*** Signed-off-by: josesimoes <[email protected]>
1 parent 254eba1 commit e42b5b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146

147147
##############################
148148
- job: Update_Dependencies
149-
condition: and( ne( variables['StartReleaseCandidate'], true ), eq(variables['UPDATE_DEPENDENTS'], true) )
149+
condition: and( ne( variables['StartReleaseCandidate'], true ), or( contains(variables['Build.SourceVersionMessage'], '***UPDATE_DEPENDENTS***'), eq(variables['UPDATE_DEPENDENTS'], 'true') ) )
150150

151151
dependsOn:
152152
- Build_mscorlib

0 commit comments

Comments
 (0)