2 references to DotNetCommands
Microsoft.AspNetCore.Server.IntegrationTesting (2)
Deployers\ApplicationDeployer.cs (2)
103
if (
DotNetCommands
.IsRunningX86OnX64(DeploymentParameters.RuntimeArchitecture))
105
executableName =
DotNetCommands
.GetDotNetExecutable(DeploymentParameters.RuntimeArchitecture);