From becc2bb059013f488d753ab51218064b3358ac91 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 1 Dec 2021 11:31:31 -0600 Subject: Only build mbanative for latest toolset. This allows using Appveyor's latest VS2019 image. --- appveyor.yml | 2 +- src/api/burn/burn.proj | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5f017682..fa0fec4e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,7 +5,7 @@ branches: - master - develop -image: vs2019-16-11-2 +image: Visual Studio 2019 version: 0.0.0.{build} configuration: Release diff --git a/src/api/burn/burn.proj b/src/api/burn/burn.proj index 6020efa2..535f70e7 100644 --- a/src/api/burn/burn.proj +++ b/src/api/burn/burn.proj @@ -6,7 +6,6 @@ - @@ -15,12 +14,14 @@ - - - - - - + + + + + + + + -- cgit v1.2.3-55-g6feb