Skip to content

chore(ci): bump dailydevops/pipelines from 0.11.0 to 0.11.2 (#435) #795

chore(ci): bump dailydevops/pipelines from 0.11.0 to 0.11.2 (#435)

chore(ci): bump dailydevops/pipelines from 0.11.0 to 0.11.2 (#435) #795

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:
dotnet-logging: ${{ inputs.dotnet-logging }}
dotnet-version: 7.x
enableSonarQube: true
solution: ./Extensions.Test.sln
secrets: inherit