We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-maxcpucount
1 parent b17e64f commit 40f752cCopy full SHA for 40f752c
1 file changed
.github/workflows/ci.yml
@@ -375,6 +375,7 @@ jobs:
375
- name: Build
376
run: |
377
msbuild $env:THIS_PROJECT_PATH `
378
+ -maxcpucount `
379
-t:Build `
380
-p:Platform="Any CPU" `
381
-p:Configuration=$env:CONFIGURATION `
@@ -415,13 +416,15 @@ jobs:
415
416
- name: Restore
417
418
msbuild $env:SOLUTION_PATH `
419
420
-t:Restore `
421
422
-p:Configuration=$env:CONFIGURATION
423
424
425
426
427
428
429
430
0 commit comments