![]() |
1
0
简而言之,要使用TFS构建,您需要 Deploy an agent ,在代理计算机中,您需要根据您的项目相应地安装适当的生成组件/SDK。 Create a build definition . 触发生成后,源将从TFS存储库下载到代理计算机,然后在代理计算机中生成。 相关文件: Agent pools and queues ; Build and Release Agents ; Build definition options
您可以打开CI(打开 持续集成 触发器)内部版本定义。看见 Configure continuous integration 有关详细信息。因此,一旦签入更改,将自动触发生成。 相关文件: A quick introduction to CI/CD ; Build and release
对于vNext构建,它是基于任务的构建系统。您可以根据任务定义生成定义。看见 Build and release tasks .
e、 g:您可以使用
MSBuild
或
Visual Studio Build
任务,您可以指定
您可以使用实用程序任务: Copy and Publish Build Artifacts 和 Publish Build Artifacts 指定生成代码的放置位置。(工件类型:服务器/文件共享路径)
请参阅第一个问题的答案。 |
![]() |
Mr.H. · 如何在外部文件中定义函数? 6 年前 |
![]() |
Jon Goe · 实现SeekArc时生成同步失败 6 年前 |
![]() |
Farzad J · VSTS中PowerShell脚本的打包管理器 6 年前 |
![]() |
vladfau · Maven没有在多模型项目中构建兄弟依赖关系 6 年前 |