6 references to Matches
Microsoft.AspNetCore.Server.IntegrationTesting (6)
Deployers\ApplicationDeployer.cs (1)
60if (Tfm.Matches(Tfm.Net462, tfm))
TestMatrix.cs (5)
185return !(Tfm.Matches(Tfm.Net462, tfm) && ServerType.Nginx == server); 190if (Tfm.Matches(Tfm.Net462, tfm) && !OperatingSystem.IsWindows()) 203if (Tfm.Matches(Tfm.Net462, tfm) && type == ApplicationType.Portable) 275if (Tfm.Matches(Tfm.Net462, tfm) || Tfm.Matches(Tfm.NetCoreApp20, tfm))