Renaming FunctionalTests project in repo.props

This commit is contained in:
Pranav K 2017-03-23 14:35:15 -07:00 committed by GitHub
parent cdadfd48d0
commit adcc6e8d7b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<Project>
<ItemGroup>
<ExcludeFromTest Include="$(RepositoryRoot)test\TestSites\*.csproj" />
<ExcludeFromTest Include="$(RepositoryRoot)test\Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests\*.csproj" Condition="'$(OS)' != 'Windows_NT'" />
<ExcludeFromTest Include="$(RepositoryRoot)test\FunctionalTests\*.csproj" Condition="'$(OS)' != 'Windows_NT'" />
</ItemGroup>
</Project>