Skip to content

Bump MSTest.TestAdapter+TestFramework from 3.7.0 to 3.7.1 #1119

Bump MSTest.TestAdapter+TestFramework from 3.7.0 to 3.7.1

Bump MSTest.TestAdapter+TestFramework from 3.7.0 to 3.7.1 #1119

Workflow file for this run

name: csharpier
on: [pull_request]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET 9
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.100
- name: Restore .NET tools
run: dotnet tool restore
- name: Run CSharpier
run: dotnet csharpier EDILibrary.sln --check