File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ steps:
172
172
173
173
git clone https://github.com/nanoframework/System.Device.Adc.git --depth 100 -b main libs/System.Device.Adc
174
174
175
- git clone https://github.com/nanoframework/System.Device.WiFi.git --depth 100 - b main libs/System.Device.WiFi
175
+ git clone https://github.com/nanoframework/System.Device.WiFi.git -b main libs/System.Device.WiFi
176
176
177
177
git clone https://github.com/nanoframework/System.Device.UsbClient.git -b main System.Device.UsbClient
178
178
@@ -214,11 +214,11 @@ steps:
214
214
215
215
git clone https://github.com/nanoframework/nanoFramework.Logging -b main libs/nanoFramework.Logging
216
216
217
- git clone https://github.com/nanoframework/System.IO.Ports.git --depth 100 - b main libs/System.IO.Ports
217
+ git clone https://github.com/nanoframework/System.IO.Ports.git -b main libs/System.IO.Ports
218
218
219
219
git clone https://github.com/nanoframework/nanoFramework.m2mqtt.git -b main libs/nanoFramework.M2Mqtt
220
220
221
- git clone https://github.com/nanoframework/System.Text.RegularExpressions.git --depth 100 - b main libs/System.Text.RegularExpressions
221
+ git clone https://github.com/nanoframework/System.Text.RegularExpressions.git -b main libs/System.Text.RegularExpressions
222
222
223
223
git clone https://github.com/nanoframework/nanoFramework.Azure.Devices.git -b main libs/nanoFramework.Azure.Devices
224
224
You can’t perform that action at this time.
0 commit comments