Skip functional tests on Linux/macOS

This commit is contained in:
Nate McMaster 2017-02-16 10:12:20 -08:00
parent 10179ffad6
commit 1167fec0ba
No known key found for this signature in database
GPG Key ID: BD729980AA6A21BD
1 changed files with 1 additions and 0 deletions

View File

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