From 3075995e7f4f1e705fe9a39a4fe63014730aa3b6 Mon Sep 17 00:00:00 2001 From: Piotr Karasinski Date: Mon, 22 Mar 2021 11:12:25 +0100 Subject: [PATCH] Adds os-x64 build --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 65f4ee1..391c496 100755 --- a/appveyor.yml +++ b/appveyor.yml @@ -37,6 +37,7 @@ environment: matrix: - CameraUtility_runtime: linux-x64 - CameraUtility_runtime: win-x64 + - CameraUtility_runtime: osx-x64 # Custom environment variables used to publish artifacts. Note that this is executed BEFORE GitVersion # emits its variables, so it's not possible to use these variables in values here. CameraUtility_ConsoleAppProject: CameraUtility