Skip to content

chore(deps): update dependency tunit to 1.5.48 #515

chore(deps): update dependency tunit to 1.5.48

chore(deps): update dependency tunit to 1.5.48 #515

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-single.yml@589666c863daf7d0d593eddead55ee35215ff2b4 # 2.0.2
with:
dotnetLogging: ${{ inputs.dotnet-logging || 'minimal' }}
dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}
solution: ./FluentValue.slnx
secrets: inherit