Skip to content

Upgrade to 1.5.1 (#15) #40

Upgrade to 1.5.1 (#15)

Upgrade to 1.5.1 (#15) #40

Workflow file for this run

name: Build
on:
workflow_dispatch:
push:
branches:
- 'main'
pull_request:
permissions:
contents: read
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_NOLOGO: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
- run: dotnet restore
- run: dotnet build -c Release --no-restore -p:WarningLevel=0