Skip to content

Bump the nuget group with 2 updates #81

Bump the nuget group with 2 updates

Bump the nuget group with 2 updates #81

Workflow file for this run

name: Build & Tests
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup Environment
uses: ./.github/actions/setup-env
- name: Build
run: dotnet build --configuration Debug --no-incremental
- name: Test
run: dotnet test --no-build