1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-19 10:54:05 +02:00

8 lines
265 B
Batchfile
Raw Normal View History

REM SET BUILD_NUMBER=1
REM SET BRANCH=develop
2017-09-17 20:25:28 -07:00
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']
2022-08-12 07:42:07 -07:00
echo ##teamcity[publishArtifacts 'distribution\windows\setup\output\*%RUNTIME%*.exe']