Skip to content

Bump nswag.consolecore from 13.19.0 to 14.1.0 #301

Bump nswag.consolecore from 13.19.0 to 14.1.0

Bump nswag.consolecore from 13.19.0 to 14.1.0 #301

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@v4
with:
name: open-cue-service
path: bin/Release/net7.0/win-x64/publish/