Skip to content

Bump fo-dicom from 5.1.1 to 5.1.2 #108

Bump fo-dicom from 5.1.1 to 5.1.2

Bump fo-dicom from 5.1.1 to 5.1.2 #108

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