summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKartik Null Cating-Subramanian <ksubramanian@chef.io>2015-09-08 11:06:27 -0400
committerKartik Null Cating-Subramanian <ksubramanian@chef.io>2015-09-08 11:18:49 -0400
commit86ed4519c00f7487e3e60a91adbbd70789b11e63 (patch)
treee9ab4642f96ad633fa50ec17a1c93d483d9e0a84
parentdc1686f844952e4ac0f05cc114f06849b20c950d (diff)
downloadchef-86ed4519c00f7487e3e60a91adbbd70789b11e63.tar.gz
Have appveyor display systeminfo before build
Also rename os to Windows 2012 R2 to avoid confusion.
-rw-r--r--appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 06448e2be2..b3cf5395f1 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,6 +1,6 @@
version: "master-{build}"
-os: Windows Server 2012
+os: Windows Server 2012 R2
platform:
- x64
@@ -21,6 +21,7 @@ cache:
- C:\Ruby200\bin
install:
+ - systeminfo
- winrm quickconfig -q
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- echo %PATH%