Skip to content

Commit 39e6a93

Browse files
committed
housekeeping: Turn on minimal install
1 parent e550e82 commit 39e6a93

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
@@ -40,7 +40,7 @@ jobs:
4040
uses: microsoft/[email protected]
4141

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

0 commit comments

Comments
 (0)