From 9f69ab50063918bc480bc725e61ba9a94ada90f8 Mon Sep 17 00:00:00 2001 From: "Jamie.Rees" Date: Fri, 18 Aug 2017 09:05:33 +0100 Subject: [PATCH] enable diagnostic on build #865 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 8b03c042a..44613fdaf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,7 @@ install: # Get the latest stable version of Node.js or io.js - ps: Install-Product node $env:nodejs_version build_script: - - ps: ./build.ps1 + - ps: ./build.ps1 -Verbosity Diagnostic after_build: - cmd: >-