Skip to content

Commit e790217

Browse files
authored
Work CD-CI
- Replace commit message with build variable. ***NO_CI***
1 parent 2aebaf4 commit e790217

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
@@ -57,7 +57,7 @@ steps:
5757
repositoriesToUpdate: |
5858
lib-nanoFramework.System.Net.Http
5959
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') )
60+
condition: or( and( succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v') ), and( succeeded(), contains(variables['Build.SourceVersionMessage'], '***UPDATE_DEPENDENTS***') ), eq(variables['UPDATE_DEPENDENTS'], 'true') )
6161
displayName: Update dependent class libs
6262

6363
# step from template @ nf-tools repo

0 commit comments

Comments
 (0)