@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v1
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v1.0.0
uses: actions/setup-dotnet@v1
with:
version: 3.1.100
@ -15,7 +15,7 @@ jobs:
@ -236,6 +236,7 @@ namespace Micronetes.Hosting.Diagnostics
{
}
// If the process has already exited, a ServerNotAvailableException will be thrown.
// This can always race with tye shutting down and a process being restarted on exiting.
catch (ServerNotAvailableException)