Skip to content

chore(ci): Bump dailydevops/pipelines/.github/workflows/build-dotnet-single.yml from 1.2.26 to 1.2.27 #663

chore(ci): Bump dailydevops/pipelines/.github/workflows/build-dotnet-single.yml from 1.2.26 to 1.2.27

chore(ci): Bump dailydevops/pipelines/.github/workflows/build-dotnet-single.yml from 1.2.26 to 1.2.27 #663

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@1.2.27
with:
dotnetLogging: ${{ inputs.dotnet-logging }}
dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}
solution: ./Extensions.Strings.slnx
secrets: inherit