Build Player Pipeline 编译播放器管道
Solution: a build pipeline enables running different types of builds.
解决方案:一个构建管道(pipeline)可以运行不同类型的构建。
But, as you can see, it doesn't have to be this way if you use a build pipeline.
但是,正如您看到的,使用构建管道可以避免这种情况。
The purpose of a build pipeline is to execute longer-running processes, in essence, asynchronously, so that once someone has checked in code, they're not delayed in receiving feedback.
构建管道的用途是异步地执行长时间运行的过程,这样的话,开发人员签入代码之后,不需要长时间等待反馈。
应用推荐