Skip to content
This repository was archived by the owner on Aug 7, 2020. It is now read-only.

Commit 85732ac

Browse files
committed
Quite nuget output
1 parent 653c335 commit 85732ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ assembly_info:
1111
environment:
1212
MSBUILD_LOG_VERSION: 2.0.94
1313
MSBUILD_LOG_FILE: msbuild.binlog
14-
NUGET_RESTORE_VERBOSITY: quiet
14+
NUGET_VERBOSITY: quiet
1515
SQL_SERVER_INSTANCE: (local)\SQL2016
1616
SQL_SERVER_USER: AlwaysEncryptedOwner
1717
SQL_SERVER_PASSWORD: 7aO!z@xUu!4r6EvD#D&l$sz6&h^rhxL6fzAHMpnOga@LO*WdsEdpfh4^Egtl
@@ -28,8 +28,8 @@ services:
2828
- mssql2016
2929
before_build:
3030
- cmd: sqlcmd -S "%SQL_SERVER_INSTANCE%" -i .\appveyor\init.sql
31-
- cmd: nuget restore -Verbosity %NUGET_RESTORE_VERBOSITY%
32-
- nuget install MSBuild.StructuredLogger -Version %MSBUILD_LOG_VERSION% -SolutionDirectory .
31+
- cmd: nuget restore -Verbosity %NUGET_VERBOSITY%
32+
- cmd: nuget install MSBuild.StructuredLogger -Version %MSBUILD_LOG_VERSION% -SolutionDirectory . -Verbosity %NUGET_VERBOSITY%
3333
build:
3434
publish_nuget: true
3535
publish_wap: true

0 commit comments

Comments
 (0)