Skip to content

Commit 56b6782

Browse files
committed
Work CD-CI
- Add path for solution parameter to UpdatenFDependencies task. ***NO_CI*** Signed-off-by: José Simões <[email protected]>
1 parent 7fb5110 commit 56b6782

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ steps:
5757
repositoriesToUpdate: |
5858
lib-nanoFramework.System.Net.Http
5959
paho.mqtt.m2mqtt
60+
pathsToSolutions: |
61+
source
62+
''
6063
condition: or( and( succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), contains(variables['getCommitMessage.COMMIT_MESSAGE'], '***UPDATE_DEPENDENTS***') ), eq(variables['UPDATE_DEPENDENTS'], 'true') )
6164
displayName: Update dependent class libs
6265

0 commit comments

Comments
 (0)