Skip to content

Commit 295b24b

Browse files
authored
fix: Remove maxcpucount from GitHub Actions (#191)
1 parent 27acce3 commit 295b24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-samples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
Configuration: ${{ matrix.configuration }}
5151

5252
- name: Restore/Build the sample
53-
run: msbuild LoginApp.sln /t:restore,build /maxcpucount /p:NoPackageAnalysis=true /verbosity:minimal /p:Configuration=$env:Configuration
53+
run: msbuild LoginApp.sln /t:restore,build /p:NoPackageAnalysis=true /verbosity:minimal /p:Configuration=$env:Configuration
5454
working-directory: samples
5555
env:
5656
Configuration: ${{ matrix.configuration }}

0 commit comments

Comments
 (0)