diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-17 05:52:16 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-17 05:52:16 +0300 |
commit | 985877a133fe259ff6604002edb1ecc7d808bbd5 (patch) | |
tree | ed73c30583500e23ea4e7caa8ed818b54475ebda | |
parent | AppVeyor: don't preserve Set-PSDebug (diff) | |
download | privilege-check-985877a133fe259ff6604002edb1ecc7d808bbd5.tar.gz privilege-check-985877a133fe259ff6604002edb1ecc7d808bbd5.zip |
AppVeyor: build w/ VS 2017 as well
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 3e3f02c..ff85f8d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,7 @@ version: '{build}' -image: Visual Studio 2015 +image: + - Visual Studio 2015 + - Visual Studio 2017 platform: - Win32 |