Skip to content

Bump xunit.runner.visualstudio from 2.8.2 to 3.0.0 in /source #25

Bump xunit.runner.visualstudio from 2.8.2 to 3.0.0 in /source

Bump xunit.runner.visualstudio from 2.8.2 to 3.0.0 in /source #25

Workflow file for this run

name: pull request
on:
pull_request:
paths:
- 'source/**'
jobs:
pull_request:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.x'
- name: Build
run: dotnet build source -c Release -p:TreatWarningsAsErrors=true
- name: Run tests
run: dotnet test source -c Release --no-build