Skip to content

Commit e727f2a

Browse files
authored
Work CD-CI (#86)
1 parent 10ed9fd commit e727f2a

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
@@ -59,7 +59,7 @@ steps:
5959
lib-nanoFramework.Hardware.Stm32
6060
lib-nanoFramework.System.Math
6161
Json.NetMF
62-
condition: and( succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v') )
62+
condition: and( succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), contains(variables['getCommitMessage.COMMIT_MESSAGE'], '***UPDATE_DEPENDENTS***') )
6363
displayName: Update dependent class libs
6464

6565
# step from template @ nf-tools repo

0 commit comments

Comments
 (0)