Skip to content

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

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

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

Workflow file for this run

name: Build Win
on:
pull_request:
branches:
- "main"
workflow_dispatch:
workflow_call:
jobs:
build-win:
name: Build & Test (Windows)
runs-on: windows-2022
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build
run: dotnet build -c Release -p:ContinuousIntegrationBuild=true
- name: Run tests
run: dotnet test --no-build -c Release