build(mods): Bump eng from 0dc1db3 to 7c23e12 (#10) #32
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | |
disablePublish: true | |
dotnet-logging: ${{ inputs.dotnet-logging }} | |
dotnet-version: | | |
8.x | |
solution: ###SOLUTION### | |
secrets: inherit |