From 9791f5e2448ae06e38be33307c1212e7a0fd183d Mon Sep 17 00:00:00 2001 From: Justin Kotalik Date: Wed, 13 Mar 2019 10:14:07 -0700 Subject: [PATCH] Refresh process (#8459) --- .../BackwardsCompatibilityTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Servers/IIS/IIS/test/IIS.BackwardsCompatibility.FunctionalTests/BackwardsCompatibilityTests.cs b/src/Servers/IIS/IIS/test/IIS.BackwardsCompatibility.FunctionalTests/BackwardsCompatibilityTests.cs index 85de04c7e4..489a10f390 100644 --- a/src/Servers/IIS/IIS/test/IIS.BackwardsCompatibility.FunctionalTests/BackwardsCompatibilityTests.cs +++ b/src/Servers/IIS/IIS/test/IIS.BackwardsCompatibility.FunctionalTests/BackwardsCompatibilityTests.cs @@ -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)