1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-25 11:13:39 +02:00

11 lines
358 B
Batchfile
Raw Normal View History

@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-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']