Skip to content

chore(deps): bump PublicApiGenerator from 11.2.0 to 11.3.0 #1065

chore(deps): bump PublicApiGenerator from 11.2.0 to 11.3.0

chore(deps): bump PublicApiGenerator from 11.2.0 to 11.3.0 #1065

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: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}
enableSonarQube: true
solution: ./Extensions.Test.sln
secrets: inherit