Skip to content

Commit

Permalink
speedup Build with MSBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
tolik518 committed Oct 21, 2023
1 parent a8dc232 commit 91040c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: nuget restore SoG_SGreader.sln

- name: Build with MSBuild
run: msbuild /p:Configuration=Release SoG_SGreader.sln
run: msbuild /p:Configuration=Release /m /p:BuildInParallel=true /p:BuildIncrementally=true SoG_SGreader.sln

- name: Setup VSTest Console
uses: darenm/Setup-VSTest@v1
Expand Down

0 comments on commit 91040c7

Please sign in to comment.