Skip to content

Bump coverlet.msbuild from 6.0.2 to 6.0.3 in /Fronter.NET.Tests #1102

Bump coverlet.msbuild from 6.0.2 to 6.0.3 in /Fronter.NET.Tests

Bump coverlet.msbuild from 6.0.2 to 6.0.3 in /Fronter.NET.Tests #1102

Workflow file for this run

name: Build
on:
pull_request:
jobs:
build:
strategy:
matrix:
os: [[self-hosted, linux], macos-13, [self-hosted, windows]]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: "Setup Dotnet for use with actions"
# don't run on self-hosted Windows
if: ${{ !contains(toJSON(matrix.os), 'windows') || !contains(toJSON(matrix.os), 'self-hosted') }}
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json
- name: "Build"
working-directory: Fronter.NET
run: |
dotnet build