We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0222a46 commit 6cb2ef8Copy full SHA for 6cb2ef8
Build.csproj
@@ -1,8 +1,8 @@
1
<Project Sdk="Microsoft.Build.Traversal/2.0.19">
2
<ItemGroup>
3
- <ProjectReference Include="src\**\*.csproj" />
+ <ProjectReference Include="src\**\*.csproj" Exclude="examples\**\*.csproj" />
4
</ItemGroup>
5
<ItemGroup Condition="$(Packing) != 'true'">
6
- <ProjectReference Include="**\*.csproj" />
+ <ProjectReference Include="**\*.csproj" Exclude="examples\**\*.csproj" />
7
8
</Project>
0 commit comments