Skip to content

Bump Swashbuckle.AspNetCore from 6.9.0 to 7.0.0 #19

Bump Swashbuckle.AspNetCore from 6.9.0 to 7.0.0

Bump Swashbuckle.AspNetCore from 6.9.0 to 7.0.0 #19

Workflow file for this run

name: Build on PR to Main
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
# Simply running a build to verify no build/compile issues at this time.
# Add test and deploy steps at a later date.