Merge pull request #1021 from aspnet/pakrym/iis-group

Move IIS tests to a test group
This commit is contained in:
Pavel Krymets 2018-07-06 18:30:58 -07:00 committed by GitHub
commit 91632183f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFrameworks>netcoreapp2.2</TargetFrameworks>
<TestGroupName>IIS.FunctionalTests</TestGroupName>
</PropertyGroup>
<ItemGroup>