Skip to content

Bump MSTest.TestAdapter from 3.7.1 to 3.7.2 #1245

Bump MSTest.TestAdapter from 3.7.1 to 3.7.2

Bump MSTest.TestAdapter from 3.7.1 to 3.7.2 #1245

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: "true"
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.100
- name: Build/Check for compile errors (dotnet build)
run: dotnet build --configuration Release