Skip to content

Bump version to 1.0.2 and update test dependencies #15

Bump version to 1.0.2 and update test dependencies

Bump version to 1.0.2 and update test dependencies #15

Workflow file for this run

name: PR Build
on:
pull_request:
branches:
- main
permissions: write-all
jobs:
build:
uses: LayeredCraft/devops-templates/.github/workflows/pr-build.yaml@v6.2
with:
solution: LayeredCraft.Logging.CompactJsonFormatter.slnx
hasTests: true
useMtpRunner: true
testDirectory: "test"
enableCodeCoverage: true
coverageThreshold: 80
dotnetVersion: |
8.0.x
9.0.x
10.0.x
runCdk: false
secrets: inherit