Skip to content

Commit 7c7adc9

Browse files
committed
Remove 'limit output' flag for more verbose log
1 parent 7d89676 commit 7c7adc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install-prerequisites.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
steps:
22
- ${{ if eq(parameters.os, 'Windows') }}:
33
- script: |
4-
choco install wget visualstudio2017-workload-vctools -r -y --no-progress
4+
choco install wget visualstudio2017-workload-vctools -y --no-progress
55
displayName: Install VC 2017 Build Tools
66
- script: |
77
curl -sSf -o rustup-init.exe https://win.rustup.rs

0 commit comments

Comments
 (0)