File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -164,11 +164,11 @@ jobs:
164
164
# update dependents
165
165
- template : azure-pipelines-templates/update-dependents.yml@templates
166
166
parameters :
167
- ${{ if eq(variables['UPDATE_DEPENDENTS'], 'false') }} :
168
- waitBeforeUpdate : false
169
- ${{ else }} :
170
- waitBeforeUpdate : true
171
- repositoriesToUpdate : |
167
+ ${{ if eq(variables['UPDATE_DEPENDENTS'], 'false') }} :
168
+ waitBeforeUpdate : false
169
+ ${{ else }} :
170
+ waitBeforeUpdate : true
171
+ repositoriesToUpdate : |
172
172
nanoFramework.TestFramework
173
173
nanoFramework.Device.OneWire
174
174
nanoFramework.Runtime.Events
@@ -178,7 +178,6 @@ jobs:
178
178
nanoFramework.Networking.Sntp
179
179
nanoFramework.TI.EasyLink
180
180
nanoFramework.ResourceManager
181
- System.Collections
182
181
System.Device.Adc
183
182
System.Device.Dac
184
183
System.Device.I2c
@@ -197,6 +196,7 @@ jobs:
197
196
repositoriesToUpdate : |
198
197
nanoFramework.Logging
199
198
nanoFramework.Json
199
+ System.Collections
200
200
System.Threading
201
201
202
202
# #################################
You can’t perform that action at this time.
0 commit comments