Skip to content

Add include/exclude to config #251

Add include/exclude to config

Add include/exclude to config #251

Workflow file for this run

name: test
on:
pull_request:
env:
DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_NOLOGO: true
NUGET_XMLDOC_MODE: skip
WORKFLOW_BUILD_SLN: SourceExpander.sln
jobs:
format:
uses: kzrnm/dotnet-actions/.github/workflows/format.yml@v2
with:
target: SourceExpander.sln
dotnet-version: |
8.0.x
6.0.x
test:
uses: kzrnm/dotnet-actions/.github/workflows/unittest.yml@v2
with:
target: SourceExpander.sln
dotnet-version: |
8.0.x
6.0.x
test-logger: GitHubActions