2023-06-02 00:46:03 +00:00
|
|
|
@REM SET SONARR_MAJOR_VERSION=4
|
|
|
|
@REM SET SONARR_VERSION=4.0.0.5
|
|
|
|
@REM SET BRANCH=develop
|
|
|
|
@REM SET FRAMEWORK=net6.0
|
|
|
|
@REM SET RUNTIME=win-x64
|
2017-09-18 03:25:28 +00:00
|
|
|
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']
|
|
|
|
|
2022-08-12 14:42:07 +00:00
|
|
|
echo ##teamcity[publishArtifacts 'distribution\windows\setup\output\*%RUNTIME%*.exe']
|