Skip to content

chore(ci): bump dailydevops/pipelines from 0.14.10 to 0.14.13 (#68) #147

chore(ci): bump dailydevops/pipelines from 0.14.10 to 0.14.13 (#68)

chore(ci): bump dailydevops/pipelines from 0.14.10 to 0.14.13 (#68) #147

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