Skip to content

several improvements & fixes #95

several improvements & fixes

several improvements & fixes #95

Workflow file for this run

name: Windows
on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
strategy:
matrix:
runs-on: ['windows-latest']
configuration: [Debug, Release]
dotnet-version: ['8.0.x']
tfm: ['net8.0', 'net481']
uses: ./.github/workflows/dotnet-reusable-workflow.yml
with:
runs-on: ${{ matrix.runs-on }}
dotnet-version: ${{ matrix.dotnet-version }}
configuration: ${{ matrix.configuration }}
tfm: ${{ matrix.tfm }}
code-coverage: true