1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-25 11:13:39 +02:00
Sonarr/setup/build.bat

8 lines
234 B
Batchfile
Raw Normal View History

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