File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ steps:
130130- powershell : |
131131 git clone https://github.com/nanoframework/CoreLibrary.git --recursive --depth 100 -b main libs/CoreLibrary
132132
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
134134
135135 git clone https://github.com/nanoframework/nanoFramework.Device.Can.git --depth 100 -b main libs/nanoFramework.Device.Can
136136
@@ -244,6 +244,8 @@ steps:
244244
245245 git clone https://github.com/nanoframework/nanoFramework.System.Runtime.git -b main libs/nanoFramework.System.Runtime
246246
247+ git clone https://github.com/nanoframework/nanoFramework.Protobuf.git -b main libs/nanoFramework.Protobuf
248+
247249 displayName : Clone repos of class libs
248250 condition : >-
249251 or(
Original file line number Diff line number Diff line change 1313 " **/Test/**" ,
1414 " Test**/**" ,
1515 " **/**.Test*" ,
16+ " **/*.Test*" ,
17+ " **/**.Test" ,
18+ " **/*.Test" ,
19+ " **/**.Test.*" ,
20+ " **/*.Test.*" ,
21+ " **/*Test/**" ,
1622 " nanoFramework.IoT.Device/**" ,
1723 " **/TestAdapter/**" ,
1824 " **/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/**"
2032 ]
2133 }
2234 ],
You can’t perform that action at this time.
0 commit comments