TFS TeamBuildTypes 文件夹丢失

发布于 2024-09-11 06:11:12 字数 289 浏览 6 评论 0原文

使用 TFS 2010。我创建了许多新的构建定义。我还在本地 TeamBuildTypes 文件夹中创建了新文件夹并签入 TFS。我启动了“构建”并看到 TFS 工作区创建了该文件夹(在 TFS 上),但缺少 TeamBuildTypes 文件夹。未创建此文件夹。我不知道为什么。谁能帮我解决这个问题吗?我希望在 TeamBuildTypes 文件夹中看到所有 Build Types 文件夹(Build Definitions 所指向的)。我的构建失败,因为我的目标文件正在尝试访问 TeamBuildTypes 文件夹中的文件。

非常感谢...

Using TFS 2010. I have created a number of new Build Definitions. I also created new folder within the TeamBuildTypes folder locally and checked into TFS. I fired up a Build and see the TFS Workspace creates the folder (on TFS), but is missing the TeamBuildTypes folder. This folder is not created. I am not sure why. Can anyone help me with this? I am expecting to see all the Build Types folder (that the Build Definitions are pointing to) inside the TeamBuildTypes folder. My build is failing because my Target file is attempting to access a file within the TeamBuildTypes folder.

Thanks so much...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦屿孤独相伴 2024-09-18 06:11:12

当您在 VS 2010 中创建新构建时,整个构建配置都保存在数据库中,默认情况下不创建配置文件。您仍然可以使用 .proj 和 .rsp 文件来配置构建,但是,您需要更改构建以使用构建过程文件的升级模板。然后构建过程参数将需要配置文件夹路径(指向 .proj 文件)。

如果您不更改构建的配置(在 VS 2010 中),则不会创建构建类型文件夹,并且配置文件也不会复制到构建服务器。

When you create a new build in VS 2010, the entire build configuration is saved in the database, their is no configuration file created by default. You can use .proj and .rsp files to configure your build still, but, you need to change your build to use the upgrade template for the build process file. Then the build process parameters will require a configuration folder path (to point the .proj file).

If you don't change the configuration for your build (in VS 2010), the build types folder won't be created and the configuration files will not be copied to your build server.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文