1 write to ServerConfigTemplateContent
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Deployers\NginxDeployer.cs (1)
141
DeploymentParameters.
ServerConfigTemplateContent
= DeploymentParameters.ServerConfigTemplateContent
3 references to ServerConfigTemplateContent
Microsoft.AspNetCore.Server.IntegrationTesting (3)
Deployers\NginxDeployer.cs (3)
141
DeploymentParameters.ServerConfigTemplateContent = DeploymentParameters.
ServerConfigTemplateContent
153
Logger.LogTrace($"Config File Content:{Environment.NewLine}===START CONFIG==={Environment.NewLine}{{configContent}}{Environment.NewLine}===END CONFIG===", DeploymentParameters.
ServerConfigTemplateContent
);
155
File.WriteAllText(_configFile, DeploymentParameters.
ServerConfigTemplateContent
);