Skip to content

Commit b05c064

Browse files
authored
Work CD-CI
- Add build var to update dependencies. ***NO_CI***
1 parent 18ad4d0 commit b05c064

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***') )
59+
condition: 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)