1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-03-26 17:44:10 -04:00
Files
Sonarr/setup/build.bat
2018-12-29 13:08:47 +01:00

8 lines
234 B
Batchfile

REM SET BUILD_NUMBER=1
REM SET BRANCH=develop
echo ##teamcity[progressStart 'Building setup file']
inno\ISCC.exe sonarr.iss
echo ##teamcity[progressFinish 'Building setup file']
echo ##teamcity[publishArtifacts 'setup\output\*.exe']