добавил пример копирования через sh команду

This commit is contained in:
rzaitov 2013-11-01 14:59:22 +04:00
parent 06523e9240
commit 939a9e2270
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ build 'BuildSample/BuildSample.sln' for 'Release|iPhone'
create dirs 'Output/Appstore/Artifacts'
copy 'BuildSample/BuildSample/Output/BuildSample-1.2.3.ipa' to 'Output/Appstore/Artifacts'
sh cp -a BuildSample/BuildSample/Output/ Output/Appstore/
sh echo hello from Rustam