Skip to content

Calculate coverage run settings location once. #2

Calculate coverage run settings location once.

Calculate coverage run settings location once. #2

Workflow file for this run

name: Build and Test
on:
push:
branches:
- develop
- master
- feature/**
pull_request:
branches:
- develop
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET 6
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
- name: Setup .NET 7
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.x
- name: Setup .NET 8
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Build and test
run: dotnet msbuild ./default.proj