Skip to content

chore(ci): bump dailydevops/pipelines from 0.12.33 to 0.12.34 #307

chore(ci): bump dailydevops/pipelines from 0.12.33 to 0.12.34

chore(ci): bump dailydevops/pipelines from 0.12.33 to 0.12.34 #307

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:
if: github.run_id != 1
name: Build & Tests
uses: dailydevops/pipelines/.github/workflows/[email protected]
with:
enableSonarQube: true
dotnet-logging: ${{ inputs.dotnet-logging }}
dotnet-version: |
8.x
solution: ./Logging.XUnit.sln
secrets: inherit