Skip to content

chore(deps): update dependency verify.xunitv3 to 31.14.0 (#1178) #3145

chore(deps): update dependency verify.xunitv3 to 31.14.0 (#1178)

chore(deps): update dependency verify.xunitv3 to 31.14.0 (#1178) #3145

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