Skip to content

feat: Initial ProjectBuilders #27

feat: Initial ProjectBuilders

feat: Initial ProjectBuilders #27

Workflow file for this run

name: CI
permissions:
contents: read
actions: read
pull-requests: write
security-events: write
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/build-dotnet-single.yml@cb37352bc6f2f8b723d966d5d879625d3dd5413b # 1.3.13
with:
disableTestsOnLinux: false

Check failure on line 33 in .github/workflows/cicd.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/cicd.yml (Line: 33, Col: 28): Invalid input, disableTestsOnLinux is not defined in the referenced workflow. .github/workflows/cicd.yml (Line: 34, Col: 28): Invalid input, disableTestsOnMacOs is not defined in the referenced workflow.
disableTestsOnMacOs: false
disableTestsOnWindows: false
dotnetLogging: ${{ inputs.dotnet-logging }}
dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}
failFast: false
solution: ./ProjectBuilders.slnx
secrets: inherit