добавил пример копирования через sh команду
This commit is contained in:
parent
06523e9240
commit
939a9e2270
|
|
@ -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
|
||||
Loading…
Reference in New Issue