Skip to content

Commit a9bed8d

Browse files
committed
Use Newer Build Image, Tone Down Build Verbosity
1 parent 97aec7a commit a9bed8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: "{build}"
33

44
# Operating system (build VM template)
5-
os: Windows Server 2012 R2
5+
os: Visual Studio 2015
66
platform: Any CPU
77
configuration: Release
88
skip_tags: true
@@ -26,7 +26,7 @@ build:
2626
publish_nuget: false
2727
publish_nuget_symbols: false
2828
include_nuget_references: false
29-
verbosity: normal
29+
verbosity: minimal
3030

3131
before_test:
3232
- ps: |

0 commit comments

Comments
 (0)