Skip to content

test(analyser): tighten fixedSource assertions and add Fix All covera… #1810

test(analyser): tighten fixedSource assertions and add Fix All covera…

test(analyser): tighten fixedSource assertions and add Fix All covera… #1810

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