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 10ed9fd commit e727f2aCopy full SHA for e727f2a
azure-pipelines.yml
@@ -59,7 +59,7 @@ steps:
59
lib-nanoFramework.Hardware.Stm32
60
lib-nanoFramework.System.Math
61
Json.NetMF
62
- condition: and( succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v') )
+ condition: and( succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), contains(variables['getCommitMessage.COMMIT_MESSAGE'], '***UPDATE_DEPENDENTS***') )
63
displayName: Update dependent class libs
64
65
# step from template @ nf-tools repo
0 commit comments