Skip to content

delete addLegacyMetrics #53

delete addLegacyMetrics

delete addLegacyMetrics #53

Workflow file for this run

name: Build Win
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
build-win:
name: Build & Test (Windows)
runs-on: windows-2025
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
8.0.x
- name: Run tests
run: dotnet test -c Release -p:CollectCoverage=false