Skip to content

chore(deps): bump GitVersion.MsBuild from 5.12.0 to 6.0.2 #544

chore(deps): bump GitVersion.MsBuild from 5.12.0 to 6.0.2

chore(deps): bump GitVersion.MsBuild from 5.12.0 to 6.0.2 #544

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:
enableSonarQube: true
dotnet-logging: ${{ inputs.dotnet-logging }}
dotnet-quality: ga
dotnet-version: |
3.1.x
5.x
6.x
7.x
8.x
solution: ./Guard.sln
secrets: inherit