Skip to content

Bump Swashbuckle.AspNetCore from 6.7.1 to 6.7.3 #53

Bump Swashbuckle.AspNetCore from 6.7.1 to 6.7.3

Bump Swashbuckle.AspNetCore from 6.7.1 to 6.7.3 #53

Workflow file for this run

name: .NET
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore --configuration Release
- name: Test
run: dotnet test --no-build --configuration Release --verbosity normal
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
path: |
**\\*.nupkg