Skip to content

Bump xunit.runner.visualstudio from 2.5.8 to 2.8.0 #56

Bump xunit.runner.visualstudio from 2.5.8 to 2.8.0

Bump xunit.runner.visualstudio from 2.5.8 to 2.8.0 #56

Workflow file for this run

name: Build
on: [push]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.419
8.0.200
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-restore