Skip to content

Commit 6cb2ef8

Browse files
committed
ignore examples in build traversal
1 parent 0222a46 commit 6cb2ef8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Build.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.Build.Traversal/2.0.19">
22
<ItemGroup>
3-
<ProjectReference Include="src\**\*.csproj" />
3+
<ProjectReference Include="src\**\*.csproj" Exclude="examples\**\*.csproj" />
44
</ItemGroup>
55
<ItemGroup Condition="$(Packing) != 'true'">
6-
<ProjectReference Include="**\*.csproj" />
6+
<ProjectReference Include="**\*.csproj" Exclude="examples\**\*.csproj" />
77
</ItemGroup>
88
</Project>

0 commit comments

Comments
 (0)