dotnet-installer/test/Directory.Build.props

9 lines
360 B
Text
Raw Normal View History

2017-01-25 21:19:44 -06:00
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\Directory.Build.props" />
<Import Project="..\eng\TestVersions.props" />
2020-06-29 15:14:07 -04:00
<PropertyGroup>
<ExcludeFromSourceBuild>true</ExcludeFromSourceBuild>
<UseVSTestRunner>true</UseVSTestRunner>
2020-06-29 15:14:07 -04:00
</PropertyGroup>
2017-01-25 21:19:44 -06:00
</Project>