Skip to content

Commit 7f91f03

Browse files
committed
Don't show choco install progress
1 parent 3ebb94d commit 7f91f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ environment:
2222

2323
build_script:
2424
# Install .NET Core SDK
25-
- ps: choco install dotnetcore-sdk -y --version 2.1.300
25+
- ps: choco install dotnetcore-sdk --no-progress --confirm --version 2.1.300
2626
- ps: .\build.ps1
2727

2828
test: off

0 commit comments

Comments
 (0)