Skip to content

Commit

Permalink
Change number of parallel build threads
Browse files Browse the repository at this point in the history
  • Loading branch information
anion0278 authored Apr 3, 2024
1 parent 0b9394f commit 24818dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Build
run: |
dotnet build --configuration Release --no-restore
dotnet build --configuration Release --no-restore -m:1
dotnet publish Mapp.UI -c Release -r win-x64 -o ${{env.bin_dir}} -p:PublishSingleFile=true --self-contained false
- name: Test
Expand Down

0 comments on commit 24818dc

Please sign in to comment.