Skip to content

Commit 18c3c9f

Browse files
committed
Work CI-CD
- Removing depth from git clone (is causing issues, so not worth the attempt to save bandwidth).
1 parent 503451a commit 18c3c9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ steps:
172172
173173
git clone https://github.com/nanoframework/System.Device.Adc.git --depth 100 -b main libs/System.Device.Adc
174174
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
176176
177177
git clone https://github.com/nanoframework/System.Device.UsbClient.git -b main System.Device.UsbClient
178178
@@ -214,11 +214,11 @@ steps:
214214
215215
git clone https://github.com/nanoframework/nanoFramework.Logging -b main libs/nanoFramework.Logging
216216
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
218218
219219
git clone https://github.com/nanoframework/nanoFramework.m2mqtt.git -b main libs/nanoFramework.M2Mqtt
220220
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
222222
223223
git clone https://github.com/nanoframework/nanoFramework.Azure.Devices.git -b main libs/nanoFramework.Azure.Devices
224224

0 commit comments

Comments
 (0)