Skip to content

Commit a85454c

Browse files
authored
Work CD-CI
- Fix condition to update dependents. ***NO_CI***
1 parent b05c064 commit a85454c

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
@@ -56,7 +56,7 @@ steps:
5656
gitHubToken: $(GitHubToken)
5757
repositoriesToUpdate: |
5858
lib-nanoFramework.System.Net.Http
59-
condition: and( succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), contains(variables['getCommitMessage.COMMIT_MESSAGE'], '***UPDATE_DEPENDENTS***'), eq(variables['UPDATE_DEPENDENTS'], 'true') )
59+
condition: or( and( succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), contains(variables['getCommitMessage.COMMIT_MESSAGE'], '***UPDATE_DEPENDENTS***') ), eq(variables['UPDATE_DEPENDENTS'], 'true') )
6060
displayName: Update dependent class libs
6161

6262
# step from template @ nf-tools repo

0 commit comments

Comments
 (0)