Don't throw in Nginx deployer dispose (#1327)

This commit is contained in:
BrennanConroy 2018-02-02 13:44:48 -08:00 committed by GitHub
parent 6b095cf533
commit 60cbedf5ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
{