Skip to content

Bump MSTest.TestFramework from 3.10.4 to 3.11.0 (#41) #93

Bump MSTest.TestFramework from 3.10.4 to 3.11.0 (#41)

Bump MSTest.TestFramework from 3.10.4 to 3.11.0 (#41) #93

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
- run: dotnet restore .
- run: dotnet build --configuration Debug
- run: dotnet build --configuration Release
- run: dotnet test --configuration Release