Skip to content

build(deps): bump Sentry.Serilog from 3.41.4 to 4.5.0 in /src/Intility.Extensions.Logging.Sentry #239

build(deps): bump Sentry.Serilog from 3.41.4 to 4.5.0 in /src/Intility.Extensions.Logging.Sentry

build(deps): bump Sentry.Serilog from 3.41.4 to 4.5.0 in /src/Intility.Extensions.Logging.Sentry #239

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 8
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: Build with Nuke
run: ./build.sh compile
shell: bash