From bef22e9159f94abeed96e5cbe1b6a3082a1b7a4c Mon Sep 17 00:00:00 2001 From: "YM-RD-AP01\\ymadmin" Date: Fri, 1 Nov 2019 09:06:20 +0800 Subject: [PATCH] 20180082: Job [Deploy_Hi365_IOS_SIT] configuration updated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change performed by ³¯¾_¶§ --- jobs/Deploy_Hi365_IOS_SIT/config.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jobs/Deploy_Hi365_IOS_SIT/config.xml b/jobs/Deploy_Hi365_IOS_SIT/config.xml index 095077c0..9f27c500 100644 --- a/jobs/Deploy_Hi365_IOS_SIT/config.xml +++ b/jobs/Deploy_Hi365_IOS_SIT/config.xml @@ -91,8 +91,9 @@ elif [ $BUILD_ENV == "Release" ] then default_doc="main_prod.dart" export_method="app-store" +elif [ $BUILD_ENV == "Debug" ] else - default_doc="main_dev.dart" + default_doc="main_sit.dart" export_method="development" fi -- 2.26.2