7 references to Portable
Microsoft.AspNetCore.Server.IntegrationTesting (7)
Deployers\RemoteWindowsDeployer\RemoteWindowsDeployer.cs (2)
54if (_deploymentParameters.ApplicationType == ApplicationType.Portable 201if (DeploymentParameters.ApplicationType == ApplicationType.Portable)
Deployers\SelfHostDeployer.cs (2)
85var executableExtension = DeploymentParameters.ApplicationType == ApplicationType.Portable ? ".dll" 105if (DeploymentParameters.RuntimeFlavor == RuntimeFlavor.CoreClr && DeploymentParameters.ApplicationType == ApplicationType.Portable)
TestMatrix.cs (3)
43ApplicationTypes.Add(ApplicationType.Portable); 109ApplicationTypes.Add(ApplicationType.Portable); 203if (Tfm.Matches(Tfm.Net462, tfm) && type == ApplicationType.Portable)