Skip to content

chore(ci): bump dailydevops/pipelines from 0.12.47 to 0.14.1 (#56) #124

chore(ci): bump dailydevops/pipelines from 0.12.47 to 0.14.1 (#56)

chore(ci): bump dailydevops/pipelines from 0.12.47 to 0.14.1 (#56) #124

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