Skip to content

chore(deps): update dependency tunit to 1.6.27 #1138

chore(deps): update dependency tunit to 1.6.27

chore(deps): update dependency tunit to 1.6.27 #1138

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:
if: github.run_id != 1
name: Build & Tests
uses: dailydevops/pipelines/.github/workflows/build-dotnet-matrix.yml@5180fae4928a5878c346926750c43374bf841c43 # 2.0.21
with:
disableTestsOnLinux: false
disableTestsOnMacOs: false
disableTestsOnWindows: false
dotnetLogging: ${{ inputs.dotnet-logging || 'minimal' }}
dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}
failFast: false
solution: ./ArchiDuct.slnx
secrets: inherit