Skip to content

chore(deps): update dependency tunit to 1.12.43 #1167

chore(deps): update dependency tunit to 1.12.43

chore(deps): update dependency tunit to 1.12.43 #1167

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@4228d24dbda6dc9f6953d2dbfc877da0e346b8ea # 2.3.83
with:
dotnetLogging: ${{ inputs.dotnet-logging }}
dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}
solution: ./Http.Correlation.slnx
secrets: inherit