Skip to content

chore(deps): Bump Microsoft.VisualStudio.Threading.Analyzers from 17.13.61 to 17.14.15 #486

chore(deps): Bump Microsoft.VisualStudio.Threading.Analyzers from 17.13.61 to 17.14.15

chore(deps): Bump Microsoft.VisualStudio.Threading.Analyzers from 17.13.61 to 17.14.15 #486

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/[email protected]
with:
dotnetLogging: ${{ inputs.dotnet-logging }}
dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}
runsOnBuild: windows-latest
solution: ./Extensions.Hosting.WinForms.slnx
secrets: inherit