Refresh process (#8459)

This commit is contained in:
Justin Kotalik 2019-03-13 10:14:07 -07:00 committed by GitHub
parent 721efd2d48
commit 9791f5e244
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ namespace Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests
{
var response = await _fixture.Client.GetAsync("/HelloWorld");
_fixture.DeploymentResult.HostProcess.Refresh();
var handles = _fixture.DeploymentResult.HostProcess.Modules;
foreach (ProcessModule handle in handles)