Skip to content

Commit b50d113

Browse files
authored
Work CD-CI
- Fix condition to update dependents. ***NO_CI***
1 parent 0d123b4 commit b50d113

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'), contains(variables['getCommitMessage.COMMIT_MESSAGE'], '***UPDATE_DEPENDENTS***'), eq(variables['UPDATE_DEPENDENTS'], 'true') )
62+
condition: or( and( succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), contains(variables['getCommitMessage.COMMIT_MESSAGE'], '***UPDATE_DEPENDENTS***') ), eq(variables['UPDATE_DEPENDENTS'], 'true') )
6363
displayName: Update dependent class libs
6464

6565
# step from template @ nf-tools repo

0 commit comments

Comments
 (0)