Skip to content

Remove now unneeded spec file and add install hooks #66

Remove now unneeded spec file and add install hooks

Remove now unneeded spec file and add install hooks #66

Workflow file for this run

name: .NET Build
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout Repo
uses: actions/checkout@v6
- name: Setup Environment
uses: ./.github/actions/setup-env
- name: Build
run: dotnet build --configuration Debug --no-incremental