Skip to content

Suppress exceptions from HubLifetimeManager.Dispose() #45

Suppress exceptions from HubLifetimeManager.Dispose()

Suppress exceptions from HubLifetimeManager.Dispose() #45

Workflow file for this run

name: CI
on:
pull_request:
branches:
- 3.x
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Build
run: dotnet build --configuration Release
- name: Test
run: dotnet test --no-build --configuration Release