Skip to content

chore(deps): bump NetEvolve.Defaults from 1.3.18 to 1.3.25 (#566) #1069

chore(deps): bump NetEvolve.Defaults from 1.3.18 to 1.3.25 (#566)

chore(deps): bump NetEvolve.Defaults from 1.3.18 to 1.3.25 (#566) #1069

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