4 references to IISExpress
Microsoft.AspNetCore.Server.IntegrationTesting (4)
Deployers\ApplicationDeployerFactory.cs (1)
27
case ServerType.
IISExpress
:
TestMatrix.cs (2)
149
case ServerType.
IISExpress
:
230
if (server == ServerType.
IISExpress
|| server == ServerType.IIS)
TestVariant.cs (1)
24
if (Server == ServerType.
IISExpress
|| Server == ServerType.IIS)