0

我有一个具有“标准用户”和“经理”构建配置的项目。(代码大部分相同,但构建的某些方面不同。)

当我要测试应用程序时,我需要启动用户和管理器这两个配置。目前,我手动执行此操作,但没有办法同时自动启动两种配置吗?

4

1 回答 1

0

You can let one of the configurations start the other one:

enter image description here

于 2014-09-22T13:42:44.510 回答