2 writes to RuntimeFlavor
Microsoft.AspNetCore.Server.IntegrationTesting (2)
Common\DeploymentParameters.cs (1)
65
RuntimeFlavor
= runtimeFlavor;
Deployers\ApplicationDeployer.cs (1)
39
DeploymentParameters.
RuntimeFlavor
= GetRuntimeFlavor(DeploymentParameters.TargetFramework);
7 references to RuntimeFlavor
Microsoft.AspNetCore.Server.IntegrationTesting (7)
Common\DeploymentParameters.cs (1)
188
RuntimeFlavor
,
Deployers\ApplicationDeployer.cs (1)
37
if (DeploymentParameters.
RuntimeFlavor
== RuntimeFlavor.None && !string.IsNullOrEmpty(DeploymentParameters.TargetFramework))
Deployers\NginxDeployer.cs (1)
58
if (DeploymentParameters.
RuntimeFlavor
== RuntimeFlavor.CoreClr
Deployers\SelfHostDeployer.cs (4)
39
if (DeploymentParameters.
RuntimeFlavor
== RuntimeFlavor.Clr
46
if (DeploymentParameters.
RuntimeFlavor
== RuntimeFlavor.CoreClr
97
?? (DeploymentParameters.
RuntimeFlavor
== RuntimeFlavor.Clr ? Tfm.Net462 : Tfm.NetCoreApp22);
105
if (DeploymentParameters.
RuntimeFlavor
== RuntimeFlavor.CoreClr && DeploymentParameters.ApplicationType == ApplicationType.Portable)