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 9e9d5d9 commit 3d498aeCopy full SHA for 3d498ae
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'), 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') )
63
displayName: Update dependent class libs
64
65
# step from template @ nf-tools repo
0 commit comments