1 write to RuntimeArchitecture
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Common\DeploymentParameters.cs (1)
38RuntimeArchitecture = variant.Architecture;
7 references to RuntimeArchitecture
Microsoft.AspNetCore.Server.IntegrationTesting (7)
ApplicationPublisher.cs (2)
36+ $" /p:TargetArchitecture={deploymentParameters.RuntimeArchitecture}" 104var architecture = deploymentParameters.RuntimeArchitecture;
CachingApplicationPublisher.cs (1)
38RuntimeArchitecture = deploymentParameters.RuntimeArchitecture
Common\DeploymentParameters.cs (1)
189RuntimeArchitecture,
Deployers\ApplicationDeployer.cs (2)
103if (DotNetCommands.IsRunningX86OnX64(DeploymentParameters.RuntimeArchitecture)) 105executableName = DotNetCommands.GetDotNetExecutable(DeploymentParameters.RuntimeArchitecture);
Deployers\SelfHostDeployer.cs (1)
40&& DeploymentParameters.RuntimeArchitecture == RuntimeArchitecture.x86)