Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 0176faf

Browse files
authored
Merge pull request #2477 from github/devops/verbosity-minimal
Set MSBuild verbosity to minimal
2 parents e0f477f + 3978789 commit 0176faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: MSBuild ${{ env.githubvsSolution }}
5050
run: |
51-
msbuild ${{ env.githubvsSolution }} /p:Configuration=${{ env.config }} /p:TargetVsixContainer=${{ env.vsixContainer }} /p:DeployExtension=False
51+
msbuild ${{ env.githubvsSolution }} /p:Configuration=${{ env.config }} /p:TargetVsixContainer=${{ env.vsixContainer }} /p:DeployExtension=False /verbosity:minimal
5252
env:
5353
GitHubVS_ClientId: ${{ secrets.GitHubVS_ClientId }}
5454
GitHubVS_ClientSecret: ${{ secrets.GitHubVS_ClientSecret }}

0 commit comments

Comments
 (0)