тест инклудов
This commit is contained in:
parent
213e47c8a3
commit
4ae8ef30c7
|
|
@ -1,6 +1,8 @@
|
|||
restore from backup # восстанавливаем из бэкапа (исходники от сборки предыдущей конфигурации могут быть модифицированными)
|
||||
create backup
|
||||
|
||||
sh echo '{@sln_config}'
|
||||
|
||||
inside 'BuildSample/BuildSample.sln' remove NotCompileApp project
|
||||
|
||||
inside 'BuildSample/BuildSample/CoolApp.csproj' set OutputPath to 'Output' for '{@sln_config}'
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
<include 'scripts/{@setup_steps}'>
|
||||
|
||||
sh echo hello from '{@author}'
|
||||
sh echo version: '{@version}'
|
||||
|
||||
<include 'scripts/IosSetupSteps.txt'>
|
||||
|
||||
clean 'BuildSample/BuildSample.sln' for '{@sln_config}'
|
||||
build 'BuildSample/BuildSample.sln' for '{@sln_config}'
|
||||
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ ios.tf_team_token = 'c5c3cf7a6dae2bea4382dfbd181a2075_Mjc4ODkwMjAxMy0wOS0yOSAxND
|
|||
# config settings
|
||||
ios.appstore.app_name = 'CoolApp'
|
||||
ios.appstore.author = 'Rustam'
|
||||
ios.appstore.setup_steps = 'IosSetupSteps.txt'
|
||||
|
||||
ios.staging.app_name = 'CoolApp staging'
|
||||
ios.staging.steps = 'scripts/StagingSteps.txt'
|
||||
|
|
|
|||
Loading…
Reference in New Issue