1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-12 11:15:43 +02:00
Sonarr/setup/build.bat

8 lines
234 B
Batchfile
Raw Normal View History

REM SET BUILD_NUMBER=1
2017-09-18 05:25:28 +02:00
REM SET BRANCH=develop
echo ##teamcity[progressStart 'Building setup file']
2017-10-16 02:41:48 +02:00
inno\ISCC.exe sonarr.iss
2017-09-18 05:25:28 +02:00
echo ##teamcity[progressFinish 'Building setup file']
echo ##teamcity[publishArtifacts 'setup\output\*.exe']