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 2aebaf4 commit e790217Copy full SHA for e790217
azure-pipelines.yml
@@ -57,7 +57,7 @@ steps:
57
repositoriesToUpdate: |
58
lib-nanoFramework.System.Net.Http
59
paho.mqtt.m2mqtt
60
- condition: or( and( succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v') ), and( succeeded(), contains(variables['getCommitMessage.COMMIT_MESSAGE'], '***UPDATE_DEPENDENTS***') ), eq(variables['UPDATE_DEPENDENTS'], 'true') )
+ condition: or( and( succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v') ), and( succeeded(), contains(variables['Build.SourceVersionMessage'], '***UPDATE_DEPENDENTS***') ), eq(variables['UPDATE_DEPENDENTS'], 'true') )
61
displayName: Update dependent class libs
62
63
# step from template @ nf-tools repo
0 commit comments