Skip to content

Bump NSwag.AspNetCore from 13.19.0 to 14.0.3 #282

Bump NSwag.AspNetCore from 13.19.0 to 14.0.3

Bump NSwag.AspNetCore from 13.19.0 to 14.0.3 #282

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.*
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-restore --verbosity normal
- name: Publish
run: dotnet publish --configuration Release --no-restore
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: open-cue-service
path: bin/Release/net7.0/win-x64/publish/