Skip to content

Bump xunit.runner.visualstudio from 2.5.6 to 2.8.2 #121

Bump xunit.runner.visualstudio from 2.5.6 to 2.8.2

Bump xunit.runner.visualstudio from 2.5.6 to 2.8.2 #121

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Restore
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --configuration Release --no-restore --verbosity normal