Skip to content

chore(deps): update tunit packages to 1.24.31 (#1188) #3170

chore(deps): update tunit packages to 1.24.31 (#1188)

chore(deps): update tunit packages to 1.24.31 (#1188) #3170

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@920e82e7e688a3e168f046f1fe7f8d1a426e655d # 2.4.5
with:
dotnetLogging: ${{ inputs.dotnet-logging }}
dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}
solution: ./Extensions.Test.slnx
secrets: inherit