Skip to content

Commit

Permalink
Work CD-CI
Browse files Browse the repository at this point in the history
- Fix condition to update dependents.

***NO_CI***
  • Loading branch information
josesimoes authored Jul 17, 2019
1 parent 0d123b4 commit b50d113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ steps:
lib-nanoFramework.Hardware.Stm32
lib-nanoFramework.System.Math
Json.NetMF
condition: and( succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), contains(variables['getCommitMessage.COMMIT_MESSAGE'], '***UPDATE_DEPENDENTS***'), eq(variables['UPDATE_DEPENDENTS'], 'true') )
condition: or( and( succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), contains(variables['getCommitMessage.COMMIT_MESSAGE'], '***UPDATE_DEPENDENTS***') ), eq(variables['UPDATE_DEPENDENTS'], 'true') )
displayName: Update dependent class libs

# step from template @ nf-tools repo
Expand Down

0 comments on commit b50d113

Please sign in to comment.