Skip to content

chore(deps): update tunit packages to 1.9.2 (minor) #231

chore(deps): update tunit packages to 1.9.2 (minor)

chore(deps): update tunit packages to 1.9.2 (minor) #231

Workflow file for this run

name: CI
permissions:
contents: read
actions: read
pull-requests: write
security-events: write
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@8c417832638f49cca3ea19247dc9f15d3632a1fc # 2.2.8
with:
disableTestsOnLinux: false
disableTestsOnMacOs: false
disableTestsOnWindows: false
dotnetLogging: ${{ inputs.dotnet-logging }}
dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}
failFast: false
solution: ./ProjectBuilders.slnx
secrets: inherit