Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

chore(ci): update dailydevops/pipelines action to v2.3.168 (#704) #1429

chore(ci): update dailydevops/pipelines action to v2.3.168 (#704)

chore(ci): update dailydevops/pipelines action to v2.3.168 (#704) #1429

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/build-dotnet-single.yml@ec15e785f1a228786a456e0204e77b990bd9ffbe # 2.3.168
with:
dotnetLogging: ${{ inputs.dotnet-logging }}
dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}
solution: ./Guard.slnx
secrets: inherit