15 lines
401 B
Plaintext
15 lines
401 B
Plaintext
restore from backup
|
|
create backup
|
|
|
|
<include '{@builder_path}/scripts/common/ios prepare.txt'>
|
|
<include '{@builder_path}/scripts/common/ios build.txt'>
|
|
|
|
#if {@teamcity_build_id}
|
|
create dirs '{@publish_path}'
|
|
sh echo '{@teamcity_build_id}' > '{@publish_path}/../{@build}.build_id'
|
|
<include '{@builder_path}/scripts/common/ios publish {@publish_step_type}.txt'>
|
|
#endif
|
|
|
|
restore from backup
|
|
delete backup
|