diff options
author | Kartik Null Cating-Subramanian <ksubramanian@chef.io> | 2015-09-08 11:06:27 -0400 |
---|---|---|
committer | Kartik Null Cating-Subramanian <ksubramanian@chef.io> | 2015-09-08 11:18:49 -0400 |
commit | 86ed4519c00f7487e3e60a91adbbd70789b11e63 (patch) | |
tree | e9ab4642f96ad633fa50ec17a1c93d483d9e0a84 /appveyor.yml | |
parent | dc1686f844952e4ac0f05cc114f06849b20c950d (diff) | |
download | chef-86ed4519c00f7487e3e60a91adbbd70789b11e63.tar.gz |
Have appveyor display systeminfo before build
Also rename os to Windows 2012 R2 to avoid confusion.
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 3 |
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% |