Skip to content

Bump MSTest.TestFramework from 3.1.1 to 3.2.0 (#54) #5

Bump MSTest.TestFramework from 3.1.1 to 3.2.0 (#54)

Bump MSTest.TestFramework from 3.1.1 to 3.2.0 (#54) #5

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup
uses: actions/setup-dotnet@v4
- name: Restore
run: dotnet restore
- name: Build
run: dotnet build --no-restore --configuration release --verbosity minimal
- name: Test
run: dotnet test --no-build --configuration release --verbosity minimal