Skip to content

build(deps): bump NetEvolve.Extensions.XUnit from 1.1.74 to 1.1.95 (#23) #61

build(deps): bump NetEvolve.Extensions.XUnit from 1.1.74 to 1.1.95 (#23)

build(deps): bump NetEvolve.Extensions.XUnit from 1.1.74 to 1.1.95 (#23) #61

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/cicd-dotnet.yml@main
with:
enableSonarQube: true
dotnet-logging: ${{ inputs.dotnet-logging }}
dotnet-quality: preview
dotnet-version: |
3.1.x
5.x
6.x
7.x
8.x
solution: ./Arguments.sln
secrets: inherit