Merge in 'release/2.2' changes
This commit is contained in:
commit
f5a4153307
|
|
@ -97,7 +97,7 @@ namespace Microsoft.AspNetCore.Server.IntegrationTesting
|
|||
}
|
||||
else
|
||||
{
|
||||
_publishedApplication.Dispose();
|
||||
_publishedApplication?.Dispose();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue