diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dd61363d..a6b1c122 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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') ) + condition: and( succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), contains(variables['getCommitMessage.COMMIT_MESSAGE'], '***UPDATE_DEPENDENTS***') ) displayName: Update dependent class libs # step from template @ nf-tools repo