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