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