Skip to content

Commit 7870470

Browse files
authored
Work CD-CI
- Replace with system variable. ***NO_CI***
1 parent 63e6221 commit 7870470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
lib-nanoFramework.ResourceManager
118118
lib-nanoFramework.System.Collections
119119
Json.NetMF
120-
condition: or( and( succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v') ), and( succeeded(), contains(variables['getCommitMessage.COMMIT_MESSAGE'], '***UPDATE_DEPENDENTS***') ), eq(variables['UPDATE_DEPENDENTS'], 'true') )
120+
condition: or( and( succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v') ), and( succeeded(), contains(variables['Build.SourceVersionMessage'], '***UPDATE_DEPENDENTS***') ), eq(variables['UPDATE_DEPENDENTS'], 'true') )
121121
displayName: Update dependent class libs
122122

123123
##################################

0 commit comments

Comments
 (0)