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