Exclude test folder from source-build

This commit is contained in:
dseefeld 2020-06-29 15:14:07 -04:00 committed by Sarah Oslund
parent c6779fdf4c
commit de3ef19a40

View file

@ -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>