diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 572b0cc..183f5ae 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -56,6 +56,7 @@ steps: repositoriesToUpdate: | lib-nanoFramework.System.Net.Http lib-nanoFramework.Json + lib-nanoFramework.Graphics paho.mqtt.m2mqtt amqpnetlite condition: or( and( succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v') ), and( succeeded(), contains(variables['Build.SourceVersionMessage'], '***UPDATE_DEPENDENTS***') ), eq(variables['UPDATE_DEPENDENTS'], 'true') )