Skip to content

chore(deps): bump CSharpier.MSBuild from 0.30.5 to 0.30.6 #620

chore(deps): bump CSharpier.MSBuild from 0.30.5 to 0.30.6

chore(deps): bump CSharpier.MSBuild from 0.30.5 to 0.30.6 #620

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@0.14.13
with:
dotnet-logging: ${{ inputs.dotnet-logging }}
dotnet-version: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}
enableSonarQube: true
solution: ./Http.Correlation.sln
secrets: inherit