File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -169,13 +169,11 @@ jobs:
169
169
nanoFramework.Device.OneWire
170
170
nanoFramework.Runtime.Events
171
171
nanoFramework.Runtime.Native
172
- nanoFramework.Logging
173
- nanoFramework.Networking.Sntp
174
172
nanoFramework.Hardware.Stm32
175
173
nanoFramework.Hardware.TI
174
+ nanoFramework.Networking.Sntp
176
175
nanoFramework.TI.EasyLink
177
176
nanoFramework.ResourceManager
178
- nanoFramework.Json
179
177
System.Collections
180
178
System.Device.Adc
181
179
System.Device.Dac
@@ -184,6 +182,19 @@ jobs:
184
182
System.Device.Spi
185
183
System.Math
186
184
System.Text
185
+
186
+ # wait for 15min to allow the 1st batch to get updated
187
+ # only if this wasn't triggered by the pipeline
188
+ - powershell : Start-Sleep -Seconds (15*60)
189
+ displayName : Wait for 15min
190
+ condition : eq(variables['UPDATE_DEPENDENTS'], 'false')
191
+
192
+ # update dependents
193
+ - template : azure-pipelines-templates/update-dependents.yml@templates
194
+ parameters :
195
+ repositoriesToUpdate : |
196
+ nanoFramework.Logging
197
+ nanoFramework.Json
187
198
System.Threading
188
199
189
200
# #################################
You can’t perform that action at this time.
0 commit comments