Skip to content

chore(ci): update dailydevops/pipelines action to v2.3.0 (#484) #1059

chore(ci): update dailydevops/pipelines action to v2.3.0 (#484)

chore(ci): update dailydevops/pipelines action to v2.3.0 (#484) #1059

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@882aa576cd9f4c61e14caaa3e5a2356e25425640 # 2.3.0
with:
dotnetLogging: ${{ inputs.dotnet-logging }}
dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}
runsOnBuild: windows-latest
solution: ./Arguments.slnx
secrets: inherit