3 writes to Architecture
Microsoft.AspNetCore.Server.IntegrationTesting (3)
TestMatrix.cs (2)
241
Architecture
= arch,
291
Architecture
= arch,
TestVariant.cs (1)
47
Architecture
= info.GetValue<RuntimeArchitecture>(nameof(Architecture));
5 references to Architecture
Microsoft.AspNetCore.Server.IntegrationTesting (5)
Common\DeploymentParameters.cs (1)
38
RuntimeArchitecture = variant.
Architecture
;
TestVariant.cs (4)
23
var description = $"Server: {Server}, TFM: {Tfm}, Type: {ApplicationType}, Arch: {
Architecture
}";
37
info.AddValue(nameof(
Architecture
),
Architecture
, typeof(RuntimeArchitecture));
47
Architecture = info.GetValue<RuntimeArchitecture>(nameof(
Architecture
));