Skip to content

Bump Microsoft.Extensions.Configuration from 9.0.0 to 10.0.3 #76

Bump Microsoft.Extensions.Configuration from 9.0.0 to 10.0.3

Bump Microsoft.Extensions.Configuration from 9.0.0 to 10.0.3 #76

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: DynamoDb.DistributedLock.slnx
hasTests: true
dotnetVersion: |
8.0.x
9.0.x
10.0.x
runCdk: false
useMtpRunner: true
testDirectory: "test"
enableCodeCoverage: true
coverageThreshold: 80
secrets: inherit