feat(channel): 同步渠道构建配置
This commit is contained in:
@@ -58,13 +58,21 @@ public class BuildTool
|
||||
[MenuItem("Tools/Build Android")]
|
||||
public static void BuildAndroid()
|
||||
{
|
||||
ChannelBuildTool.Build_GooglePlay();
|
||||
ChannelBuildTool.SwitchChannel("GooglePlay");
|
||||
BuildAndroid(new BuildParams
|
||||
{
|
||||
outPath = "../Bin/tysdkTest_GooglePlay.apk"
|
||||
});
|
||||
}
|
||||
|
||||
[MenuItem("Tools/Build Android With Debug")]
|
||||
public static void BuildAndroidWithDebug()
|
||||
{
|
||||
ChannelBuildTool.Build_GooglePlay_Debug();
|
||||
ChannelBuildTool.SwitchChannel("GooglePlay");
|
||||
BuildAndroid(new BuildParams
|
||||
{
|
||||
outPath = "../Bin/tysdkTest_GooglePlay_debug.apk"
|
||||
}, BuildOptions.Development | BuildOptions.AllowDebugging | BuildOptions.WaitForPlayerConnection);
|
||||
}
|
||||
|
||||
public static void CIBuildAndroid()
|
||||
|
||||
Reference in New Issue
Block a user