We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b05c064 commit a85454cCopy full SHA for a85454c
azure-pipelines.yml
@@ -56,7 +56,7 @@ steps:
56
gitHubToken: $(GitHubToken)
57
repositoriesToUpdate: |
58
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') )
+ condition: or( and( succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), contains(variables['getCommitMessage.COMMIT_MESSAGE'], '***UPDATE_DEPENDENTS***') ), eq(variables['UPDATE_DEPENDENTS'], 'true') )
60
displayName: Update dependent class libs
61
62
# step from template @ nf-tools repo
0 commit comments