Skip to content

ci(github): align NuGet publish workflows #521

ci(github): align NuGet publish workflows

ci(github): align NuGet publish workflows #521

Workflow file for this run

name: PR Build
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches: [main]
paths-ignore:
- 'docs/**'
- 'mkdocs.yml'
- '.github/workflows/docs.yaml'
- 'pyproject.toml'
- 'uv.lock'
- '**.md'
permissions:
id-token: write
contents: write
concurrency:
group: pr-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
pr-build:
uses: LayeredCraft/devops-templates/.github/workflows/pr-build.yaml@v10.1
with:
solution: MinimalLambda.sln
dotnetVersion: 11.0.x
buildConfiguration: Release
hasTests: false
useMtpRunner: true
enableCodeCoverage: false
runCdk: false
secrets: inherit