From 008ddb35b21f61aea2d61c7fdfc681b5f2c2dcc7 Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Wed, 19 Sep 2018 09:49:06 -0700 Subject: [PATCH] Target Ubuntu in Appveyor CI build AppVeyor has released support for targetting Ubuntu 18.04 environments. This adds Ubuntu to the list of build images for Appveyor to use. --- appveyor.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 54b9a1251..73adbdc2d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,9 @@ version: build-{build} branches: only: - dev -image: Visual Studio 2017 +image: +- Visual Studio 2017 +- Ubuntu nuget: disable_publish_on_pr: true @@ -58,4 +60,4 @@ deploy: secure: D+vW2O2LBf/iJb4f+q8fkyIW2VdIYIGxSYLWNrOD4BHlDBZQlJipDbNarWjUr2Kn symbol_server: https://www.myget.org/F/rogueexception/symbols/api/v2/package on: - branch: dev \ No newline at end of file + branch: dev