We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da05899 commit 3e0bc72Copy full SHA for 3e0bc72
build/ci/setup-environment.yml
@@ -25,7 +25,7 @@ steps:
25
26
- ${{ each tool in parameters.dotnetTools }}:
27
- ${{ each pair in tool }}:
28
- - pwsh: dotnet tool update -g ${{ pair.key }} --version ${{ pair.value }}
+ - pwsh: dotnet tool update -g ${{ pair.key }} --version ${{ pair.value }} --verbosity:diagnostic
29
displayName: 'Install tool: ${{ pair.key }}'
30
31
- ${{ if eq(parameters.runDotnetNextTest, true) }}:
0 commit comments