Skip to content

Bump xunit.runner.visualstudio from 2.5.0 to 2.5.6 #234

Bump xunit.runner.visualstudio from 2.5.0 to 2.5.6

Bump xunit.runner.visualstudio from 2.5.0 to 2.5.6 #234

Workflow file for this run

name: build-and-test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal