Skip to content

Commit b2e001f

Browse files
Work on CI/CD (#215)
Co-authored-by: José Simões <[email protected]>
1 parent 16f0f6a commit b2e001f

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

azure-pipelines.yml

+3-1
Original file line numberDiff line numberDiff 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(

docfx.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,22 @@
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
],

0 commit comments

Comments
 (0)