Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的项目中完成了今天的一半扩展。我不必向公众发布半成品,但也想保持相同的代码库,这样我就可以节省代码维护时间。
有谁知道在没有内置 Today 扩展的情况下发布应用程序的方法?
谢谢
在应用程序目标设置中,
然后清理并构建。您将获得一个没有今日扩展的应用程序版本。
当您想继续处理今天的扩展时,请颠倒上述两个步骤。