Don't throw in Nginx deployer dispose (#1327)
This commit is contained in:
parent
6b095cf533
commit
60cbedf5ee
|
|
@ -133,7 +133,7 @@ namespace Microsoft.AspNetCore.Server.IntegrationTesting
|
|||
{
|
||||
using (Logger.BeginScope("Dispose"))
|
||||
{
|
||||
if (!string.IsNullOrEmpty(_configFile))
|
||||
if (File.Exists(_configFile))
|
||||
{
|
||||
var startInfo = new ProcessStartInfo
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue