Skip to content

Bump MSTest.TestAdapter and MSTest.TestFramework #3982

Bump MSTest.TestAdapter and MSTest.TestFramework

Bump MSTest.TestAdapter and MSTest.TestFramework #3982

Workflow file for this run

name: csharpier
on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Setup .NET 8
uses: actions/setup-dotnet@v5
with:
dotnet-version: 8.0.100
- name: Restore .NET tools
run: dotnet tool restore
- name: Run CSharpier
run: dotnet csharpier check .