1 write to _configFile
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Deployers\NginxDeployer.cs (1)
32_configFile = Path.GetTempFileName();
6 references to _configFile
Microsoft.AspNetCore.Server.IntegrationTesting (6)
Deployers\NginxDeployer.cs (6)
155File.WriteAllText(_configFile, DeploymentParameters.ServerConfigTemplateContent); 160Arguments = $"-c {_configFile}", 197if (File.Exists(_configFile)) 202Arguments = $"-s stop -c {_configFile}", 218Logger.LogDebug("Deleting config file: {configFile}", _configFile); 219File.Delete(_configFile);