Skip to content

Bump Serilog.Enrichers.Environment from 2.2.0 to 2.3.0 #198

Bump Serilog.Enrichers.Environment from 2.2.0 to 2.3.0

Bump Serilog.Enrichers.Environment from 2.2.0 to 2.3.0 #198

Workflow file for this run

name: .NET (build pull request)
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Install latest .NET SDK.
uses: Elskom/setup-latest-dotnet@main
with:
SDK_VERSION: '7.0.100'
RUNTIME_VERSIONS: ''
- name: Restore, Build, and Pack
uses: Elskom/build-dotnet@main