We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27acce3 commit 295b24bCopy full SHA for 295b24b
.github/workflows/build-samples.yml
@@ -50,7 +50,7 @@ jobs:
50
Configuration: ${{ matrix.configuration }}
51
52
- name: Restore/Build the sample
53
- 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
54
working-directory: samples
55
env:
56
0 commit comments