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.
This commit is contained in:
ge0rdi
2023-07-19 10:18:22 +02:00
parent 6c6e1515ef
commit 931e5e831f

View File

@@ -20,4 +20,8 @@ cd ..
cd Setup
if defined APPVEYOR (
appveyor PushArtifact ..\..\build\bin\Release\Utility.exe
)
exit /b 0