2 references to SetEnvironmentVariable
Microsoft.AspNetCore.Server.IntegrationTesting (2)
Deployers\ApplicationDeployer.cs (1)
141
ProcessHelpers.
SetEnvironmentVariable
(environment, "ASPNETCORE_ENVIRONMENT", DeploymentParameters.EnvironmentName, Logger);
ProcessHelpers.cs (1)
17
SetEnvironmentVariable
(environment, environmentVariable.Key, environmentVariable.Value, logger);