Skip to content

Bump NUnit.Analyzers from 3.9.0 to 3.10.0 #101

Bump NUnit.Analyzers from 3.9.0 to 3.10.0

Bump NUnit.Analyzers from 3.9.0 to 3.10.0 #101

Workflow file for this run

name: Build
on:
push:
jobs:
build:
name: Build and publish
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: Build executable
run:
dotnet publish PacsRefetch/PacsRefetch.csproj -o lin -r linux-x64 -nologo