Skip to content

Commit

Permalink
[dotnet] Increase verbosity when doing 'dotnet workload install' in C…
Browse files Browse the repository at this point in the history
…I. (#21122)

We're seeing random failures during workload installations in CI, so increase
the default verbosity to see if we can get an idea of what's happening.
  • Loading branch information
rolfbjarne authored Aug 29, 2024
1 parent 1d0030a commit b1205ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/quiet.mk
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ MMP_VERBOSITY=-vvvv
MTOUCH_VERBOSITY=-vvvv
DOTNET_PACK_VERBOSITY=
DOTNET_BUILD_VERBOSITY=
DOTNET_WORKLOAD_VERBOSITY=
DOTNET_WORKLOAD_VERBOSITY=--verbosity diagnostic
NUGET_VERBOSITY=
INSTALLER_VERBOSITY=
ZIP_VERBOSITY=
Expand Down

3 comments on commit b1205ce

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

Please sign in to comment.