Skip to content

chore(ci): update dailydevops/pipelines action to v1.3.20 #503

chore(ci): update dailydevops/pipelines action to v1.3.20

chore(ci): update dailydevops/pipelines action to v1.3.20 #503

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:
if: github.run_id != 1
name: Build & Tests
uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@11b08467e157fd61ba609a1196d74f3c7a91147b # 1.3.20
with:
dotnetLogging: ${{ inputs.dotnet-logging || 'minimal' }}
dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}
solution: ./FluentValue.slnx
secrets: inherit