Sonarr/setup/build.bat

8 lines
236 B
Batchfile
Raw Normal View History

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