Skip to content

Bump Swashbuckle.AspNetCore from 10.0.1 to 10.1.0 #677

Bump Swashbuckle.AspNetCore from 10.0.1 to 10.1.0

Bump Swashbuckle.AspNetCore from 10.0.1 to 10.1.0 #677

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
tags:
- v*
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6
- name: Setup .NET Core
uses: actions/setup-dotnet@v5
with:
dotnet-version: '8.0.x'
dotnet-quality: 'preview'
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore