Skip to content

Bump MSTest.TestFramework from 3.6.0 to 3.6.1 #1040

Bump MSTest.TestFramework from 3.6.0 to 3.6.1

Bump MSTest.TestFramework from 3.6.0 to 3.6.1 #1040

Workflow file for this run

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