mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
8 lines
247 B
Batchfile
8 lines
247 B
Batchfile
SET BUILD_NUMBER=1
|
|
SET BRANCH=develop
|
|
echo ##teamcity[progressStart 'Building setup file']
|
|
inno\ISCC.exe sonarr.iss
|
|
echo ##teamcity[progressFinish 'Building setup file']
|
|
|
|
echo ##teamcity[publishArtifacts 'distribution\windows\setup\output\*.exe']
|