diff options
author | Stuart Preston <stuart@chef.io> | 2018-02-07 14:23:40 +0100 |
---|---|---|
committer | Stuart Preston <stuart@chef.io> | 2018-02-07 14:23:40 +0100 |
commit | 8c9172b0f3dfe0258235f6a53c9e4a38da147419 (patch) | |
tree | e310660b393485dcce6fe802fd999f83c04c9d52 | |
parent | 9afe09415c16c0671e6fc5d106465fce68a07720 (diff) | |
download | chef-8c9172b0f3dfe0258235f6a53c9e4a38da147419.tar.gz |
Switching to Visual Studio 2017 machine in Appveyor
Signed-off-by: Stuart Preston <stuart@chef.io>
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index f76da0a5cb..dde3bb947e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ version: "master-{build}" -os: Visual Studio 2015 +os: Visual Studio 2017 platform: - x64 |