Skip to content

Commit efacd6d

Browse files
WIP
1 parent 7761ec0 commit efacd6d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,8 @@ jobs:
3030
- name: Setup .NET
3131
uses: actions/setup-dotnet@v5
3232

33-
- name: Build & Test
34-
run: dotnet test StyleCop.Analyzers/StyleCop.Analyzers.${{matrix.test}}/StyleCop.Analyzers.${{matrix.test}}.csproj -c ${{matrix.configuration}} --verbosity normal
33+
- name: Build
34+
run: dotnet build -c ${{matrix.configuration}} /p:BuildInParallel=false /p:MSBuildDisableParallelBuild=true
35+
36+
- name: Test
37+
run: dotnet test StyleCop.Analyzers/StyleCop.Analyzers.${{matrix.test}}/StyleCop.Analyzers.${{matrix.test}}.csproj -c ${{matrix.configuration}} --no-build

0 commit comments

Comments
 (0)