Skip to content

Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 #189

Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0

Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 #189

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@v4
with:
dotnet-version: 8.0.x
- name: Build executable
run:
dotnet publish PacsRefetch/PacsRefetch.csproj -o lin -r linux-x64 -nologo