From 931e5e831f30b0d0fc04a28f3967c8c8fb037c8a Mon Sep 17 00:00:00 2001 From: ge0rdi Date: Wed, 19 Jul 2023 10:18:22 +0200 Subject: [PATCH] Setup: Upload Utility.exe artifact Utility tool can be used for multiple purposes - like enabling logging, or manual uninstall. We will upload and deploy it along other binaries. --- Src/Setup/BuildArchives.bat | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Src/Setup/BuildArchives.bat b/Src/Setup/BuildArchives.bat index eb5231a..29d0491 100644 --- a/Src/Setup/BuildArchives.bat +++ b/Src/Setup/BuildArchives.bat @@ -20,4 +20,8 @@ cd .. cd Setup +if defined APPVEYOR ( + appveyor PushArtifact ..\..\build\bin\Release\Utility.exe +) + exit /b 0