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 18ad4d0 commit b05c064Copy full SHA for b05c064
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***') )
+ condition: 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