Skip to content

Commit 931e5e8

Browse files
committed
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.
1 parent 6c6e151 commit 931e5e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Src/Setup/BuildArchives.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,8 @@ cd ..
2020

2121
cd Setup
2222

23+
if defined APPVEYOR (
24+
appveyor PushArtifact ..\..\build\bin\Release\Utility.exe
25+
)
26+
2327
exit /b 0

0 commit comments

Comments
 (0)