Skip to content

Bump MSTest.TestFramework from 3.1.1 to 3.2.0 #387

Bump MSTest.TestFramework from 3.1.1 to 3.2.0

Bump MSTest.TestFramework from 3.1.1 to 3.2.0 #387

Workflow file for this run

name: Build and Test
on:
push:
pull_request:
jobs:
build-and-test:
runs-on: windows-latest # For a list of available runner types, refer to
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@1ff57057b5cfdc39105cd07a01d78e9b0ea0c14c
- name: build and test
run: ./build-and-test.cmd