Skip to content

Various Installer/Service Fixes #124

Various Installer/Service Fixes

Various Installer/Service Fixes #124

Workflow file for this run

name: 'Build'
on:
push:
pull_request:
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Build
run: dotnet build -c Release