Skip to content

chore(deps): update dependency xunit.v3.common to 3.2.2 - autoclosed #2349

chore(deps): update dependency xunit.v3.common to 3.2.2 - autoclosed

chore(deps): update dependency xunit.v3.common to 3.2.2 - autoclosed #2349

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