File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ steps:
130
130
- powershell : |
131
131
git clone https://github.com/nanoframework/CoreLibrary.git --recursive --depth 100 -b main libs/CoreLibrary
132
132
133
- git clone https://github.com/nanoframework/nanoFramework.Device.Bluetooth.git --depth 100 - b main libs/nanoFramework.Device.Bluetooth
133
+ git clone https://github.com/nanoframework/nanoFramework.Device.Bluetooth.git -b main libs/nanoFramework.Device.Bluetooth
134
134
135
135
git clone https://github.com/nanoframework/nanoFramework.Device.Can.git --depth 100 -b main libs/nanoFramework.Device.Can
136
136
@@ -244,6 +244,8 @@ steps:
244
244
245
245
git clone https://github.com/nanoframework/nanoFramework.System.Runtime.git -b main libs/nanoFramework.System.Runtime
246
246
247
+ git clone https://github.com/nanoframework/nanoFramework.Protobuf.git -b main libs/nanoFramework.Protobuf
248
+
247
249
displayName : Clone repos of class libs
248
250
condition : >-
249
251
or(
Original file line number Diff line number Diff line change 13
13
" **/Test/**" ,
14
14
" Test**/**" ,
15
15
" **/**.Test*" ,
16
+ " **/*.Test*" ,
17
+ " **/**.Test" ,
18
+ " **/*.Test" ,
19
+ " **/**.Test.*" ,
20
+ " **/*.Test.*" ,
21
+ " **/*Test/**" ,
16
22
" nanoFramework.IoT.Device/**" ,
17
23
" **/TestAdapter/**" ,
18
24
" **/poc/TestOfTestFramework/**" ,
19
- " **/poc/TestOfTestFrameworkByReference/**"
25
+ " **/poc/TestOfTestFrameworkByReference/**" ,
26
+ " **/nanoFramework.Protobuf.Test.NET/**" ,
27
+ " **/nanoFramework.Protobuf.Test/**" ,
28
+ " **/System.IO.MemoryStreamUnitTests/**" ,
29
+ " **/nanoFramework.Graphics.Core.UnitTests.System.Drawing/**" ,
30
+ " **/nanoFramework.Protobuf.Test.Domain/**" ,
31
+ " **/nanoFramework.Protobuf.Test.Net/**"
20
32
]
21
33
}
22
34
],
You can’t perform that action at this time.
0 commit comments