Browse Source

Update appveyor.yml

Jeremy Koritzinsky 8 years ago
parent
commit
ee433f741e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      appveyor.yml

+ 2 - 2
appveyor.yml

@@ -1,4 +1,4 @@
-os: Previous Visual Studio 2017
+os: Visual Studio 2017
 platform:
 - Any CPU
 skip_branch_with_pr: true
@@ -22,7 +22,7 @@ install:
 before_build:
 - git submodule update --init
 build_script:
-- ps: .\build.ps1 -Target "AppVeyor" -Platform "$env:platform" -Configuration "$env:configuration"
+- ps: .\build.ps1 -Target "AppVeyor" -Platform "$env:platform" -Configuration "$env:configuration" -v Diagnostic
 
 test: off
 artifacts: