Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

chore(deps): update dependency tunit to 1.20.0 #1413

chore(deps): update dependency tunit to 1.20.0

chore(deps): update dependency tunit to 1.20.0 #1413

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
inputs:
dotnet-logging:
required: true
type: choice
default: minimal
options:
- quiet
- minimal
- normal
- detailed
- diagnostic
jobs:
all:
name: Build & Tests
uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@e64ee76d62e62787f5b864e89fa6855f245ffe32 # 2.3.160
with:
dotnetLogging: ${{ inputs.dotnet-logging }}
dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}
solution: ./Guard.slnx
secrets: inherit