Skip to content

Bump Serilog from 4.1.0 to 4.2.0 #33

Bump Serilog from 4.1.0 to 4.2.0

Bump Serilog from 4.1.0 to 4.2.0 #33

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
- run: dotnet restore .
- run: dotnet build --configuration Debug
- run: dotnet build --configuration Release
- run: dotnet test --configuration Release