diff options
author | Tim Smith <tsmith@chef.io> | 2017-11-02 15:28:40 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-11-02 15:28:40 -0700 |
commit | 63a0c662d6ddcad29b38d584f00b2de71feff5fd (patch) | |
tree | 73845264c1455294d70f11f3c7876355dfbb5184 | |
parent | 7f0b5150c32994b4ad593505172c5834a984b087 (diff) | |
download | chef-fix_appveyor.tar.gz |
Try using the old appveyor VS 2015 imagefix_appveyor
They released a new build and we're getting name resolution errors now.
Lets try the old one so we can use this information to open a ticket.
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index de947203c1..5d6da89145 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ version: "master-{build}" -os: Visual Studio 2015 +os: Previous Visual Studio 2015 platform: - x64 |