Skip to content

build(deps): bump Serilog from 4.1.0 to 4.2.0 in /src/Intility.Logging.AspNetCore #258

build(deps): bump Serilog from 4.1.0 to 4.2.0 in /src/Intility.Logging.AspNetCore

build(deps): bump Serilog from 4.1.0 to 4.2.0 in /src/Intility.Logging.AspNetCore #258

Workflow file for this run

name: CI Build
on:
pull_request:
branches:
- "main"
push:
branches:
- "main"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup .NET 9
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.x'
- name: Build with Nuke
run: ./build.sh compile
shell: bash