You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
EntityFrameworkCore.Jet/build/repo.props

16 lines
659 B
XML

<Project>
<PropertyGroup>
<CoreOnly Condition="'$(CoreOnly)' == ''">False</CoreOnly>
</PropertyGroup>
<ItemGroup>
<ExcludeFromTest Include="$(RepositoryRoot)test\EFCore.Benchmarks.EFCore\*.csproj" />
<ExcludeFromTest Include="$(RepositoryRoot)test\EFCore.SqlServer.FunctionalTests\*.csproj" Condition="'$(TRAVIS)' == 'true'" />
<ExcludeFromTest Include="$(RepositoryRoot)test\EFCore.SqlServer.Design.FunctionalTests\*.csproj" Condition="'$(TRAVIS)' == 'true'" />
<ExcludeSolutions Include="$(RepositoryRoot)EFCore.Benchmarks.sln" />
<ExcludeSolutions Include="$(RepositoryRoot)EFCore.Runtime.sln" />
</ItemGroup>
</Project>