mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-23 16:26:02 +00:00
7 lines
234 B
Batchfile
7 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']
|