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 dbe8bc6 commit 79b61d6Copy full SHA for 79b61d6
azure-pipelines.yml
@@ -56,6 +56,7 @@ steps:
56
gitHubToken: $(GitHubToken)
57
repositoriesToUpdate: |
58
lib-nanoFramework.System.Net.Http
59
+ paho.mqtt.m2mqtt
60
condition: or( and( succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), contains(variables['getCommitMessage.COMMIT_MESSAGE'], '***UPDATE_DEPENDENTS***') ), eq(variables['UPDATE_DEPENDENTS'], 'true') )
61
displayName: Update dependent class libs
62
0 commit comments