diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a6b1c122..69caf6ae 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'), contains(variables['getCommitMessage.COMMIT_MESSAGE'], '***UPDATE_DEPENDENTS***') ) + condition: 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