Skip to content

Commit

Permalink
fix: Remove maxcpucount from GitHub Actions (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
worldbeater authored Dec 22, 2020
1 parent 27acce3 commit 295b24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
Configuration: ${{ matrix.configuration }}

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

0 comments on commit 295b24b

Please sign in to comment.