mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 02:23:28 +08:00
fix(appveyor): return build verbosity to normal
This commit is contained in:
parent
14aea85910
commit
5836c065c7
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ deploy: off
|
|||
# We need to only clone the main module because our submodule requires the
|
||||
# encrypted ssh key to access submodules
|
||||
clone_depth: 1
|
||||
#build:
|
||||
# verbosity: minimal
|
||||
build:
|
||||
verbosity: minimal
|
||||
install:
|
||||
- ps: Install-Product node $env:NODE_VERSION $env:PLATFORM
|
||||
- ps: nuget install secure-file -ExcludeVersion
|
||||
|
|
Loading…
Reference in a new issue