mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 03:57:32 +00:00
chore: Exluding build directory from test project
This commit is contained in:
parent
f5c6b64ab7
commit
4229a6a73f
1 changed files with 6 additions and 0 deletions
|
|
@ -19,6 +19,12 @@
|
|||
<DefineConstants>TRACE;STANDARD</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Remove="binNetCoreApp\**" />
|
||||
<EmbeddedResource Remove="binNetCoreApp\**" />
|
||||
<None Remove="binNetCoreApp\**" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
|
||||
<PackageReference Include="NUnit" Version="3.12.0" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue