Skip to content

Keep UserContext untouched when UserContextFactory is null #8

Keep UserContext untouched when UserContextFactory is null

Keep UserContext untouched when UserContextFactory is null #8

Workflow file for this run

name: 'CI: Restore, Build & Test'
on:
- push
- workflow_dispatch
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET Core SDKs
uses: actions/setup-dotnet@v2
with:
dotnet-version: |
3.1.x
5.0.x
6.0.x
- name: Restore
run: |
dotnet restore
- name: Build
run: |
dotnet build --no-restore
- name: Test
run: |
dotnet test --no-build