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