Merge in 'release/2.2' changes

This commit is contained in:
dotnet-bot 2019-07-22 16:21:51 +00:00
commit f5a4153307
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ namespace Microsoft.AspNetCore.Server.IntegrationTesting
} }
else else
{ {
_publishedApplication.Dispose(); _publishedApplication?.Dispose();
} }
} }
} }