Skip to content

Bump xunit.runner.visualstudio from 2.4.3 to 2.5.4 #1153

Bump xunit.runner.visualstudio from 2.4.3 to 2.5.4

Bump xunit.runner.visualstudio from 2.4.3 to 2.5.4 #1153

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
name: ${{ matrix.os }} (${{ matrix.dotnet }})
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
dotnet: ['5.0.100']
steps:
- uses: actions/checkout@master
- uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{ matrix.dotnet }}
- run: dotnet build --configuration Release