Skip to content

Commit f5a4153

Browse files
committed
Merge in 'release/2.2' changes
2 parents dd212d7 + fd5517f commit f5a4153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Hosting/Server.IntegrationTesting/src/Deployers/ApplicationDeployer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ protected void CleanPublishedOutput()
9797
}
9898
else
9999
{
100-
_publishedApplication.Dispose();
100+
_publishedApplication?.Dispose();
101101
}
102102
}
103103
}

0 commit comments

Comments
 (0)