Exclude test folder from source-build
This commit is contained in:
parent
c6779fdf4c
commit
de3ef19a40
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="..\Directory.Build.props" />
|
||||
<Import Project="..\eng\TestVersions.props" />
|
||||
<PropertyGroup>
|
||||
<ExcludeFromSourceBuild>true</ExcludeFromSourceBuild>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
Loading…
Reference in a new issue