Skip to content

chore: synced file(s) with prom-client-net/prom-client-tmpl #8

chore: synced file(s) with prom-client-net/prom-client-tmpl

chore: synced file(s) with prom-client-net/prom-client-tmpl #8

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-2022
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run tests
run: dotnet test -c Release -p:CollectCoverage=false