问题标签 [tfs-2015]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
3 回答
4561 浏览

tfs - 如何在 Team Build 2015 中配置多个项目

如何在 Team Build 2015 中配置多个项目(使用新的基于任务的工作流,而不是旧的 XAML 版本)。

现在我看到只能为 Visual Studio 构建任务配置一种解决方案。

0 投票
1 回答
1233 浏览

tfsbuild - 删除构建记录时是否应该删除与构建记录关联的工件?

我正在使用带有本地构建代理的新 VSO 可编写脚本构建系统。

该构建将以下资产发布到内部文件共享。

  1. 安装
  2. 符号到我们的内部符号存储。

当手动或基于保留策略删除构建时,不会删除相关资产。

我应该期望在删除关联的构建记录时删除资产吗?

0 投票
1 回答
1688 浏览

tfs - 在没有 Visual Studio 的 Team Web Access 中的 TFS2015 中创建团队项目?

我想知道是否有可能在 TFS2015 中创建一个团队项目!在 Web 界面中不使用 Visual Studio?

0 投票
4 回答
2008 浏览

tfs - TFS 2015 升级卡住了

我们正在升级到 TFS 2015,系统似乎仍在尝试升级近 8 天。它卡在工作步骤上在此处输入图像描述

我不确定是否应该重新启动,因为其中一篇文章http://nokitel.im/index.php/2015/03/24/tfs-2013-upgrade-project-collection-stuck-offline-servicing-state/说重新启动将使整个过程重新开始。有什么建议么?spwho2 显示 在此处输入图像描述

0 投票
8 回答
17545 浏览

tfs - How to get TFS2015 Build (Build.vnext) and NuGet package restore to use custom package sources

I'm trying to get our TFS2015 Build (TFSBuild vnext) going along with VS Team Services.

Thus far most blogs and documentation has been helpful, except for when trying to build a project that uses custom package sources for NuGet automatic package restore.

I've successfully deployed an a Team Services Build Agent (the new mechanism for builds) and all seemed to go well until the build task to Restore NuGet packages failed.

The failure was due to custom/private package source not being picked up from the installed VS configuration, so those packages could not be found. The traditional packages from the default NuGet package feed did restore without issue.

How do I specify the additional package sources for NuGet to use when using an agent?

EDIT: vcastro asked about the NuGet Installer build step and defining paths in the configuration of that build step. The above is using the Visual Studio Build step and the integrated option to have NuGet restore packages. Refer this image for reference: http://i.imgur.com/Hrqhhk2.png

0 投票
1 回答
1720 浏览

tfs - 如何将特定用户设置为审阅者

我正在使用 Visual Studio 2015 和 git。我有一个分支策略,其中合并之前必须由至少一个用户(审阅者)批准拉取请求。

但我不希望每个用户都成为审稿人,我想设置一组用户或特定的可以成为审稿人的用户。有没有办法做到这一点?

0 投票
2 回答
3412 浏览

tfs - Nuget 包还原在 TFS 2015 中不起作用

Nuget 包还原对我们使用 TFS 2015 RC2 和使用 Visual Studio 2015 的构建服务器根本不起作用。我有一个 Visual Studio Build 任务,选中了“Restore Nuget Packages”,但该步骤在开始构建之前没有执行任何恢复,然后失败。没有错误或任何可以提示我出什么问题的东西。只是没有关于包恢复的输出。我还尝试添加一个 nuget 包恢复步骤,尽管它看起来是多余的,但这也无济于事。没有输出。构建代理日志如下所示:

我应该使用我的解决方案签入 packages.config 文件吗?

0 投票
1 回答
394 浏览

tfs - 缺少 TFS 2015 RC2 编辑器扩展

我不小心删除了一个我认为默认安装并允许代码编辑和语法突出显示的 Web 访问扩展。

现在我无法在 Web 界面中编辑更多文档。我尝试修复安装,但扩展没有重新出现。

谁能告诉我在哪里可以找到该扩展以及如何重新安装它?

0 投票
1 回答
260 浏览

tfs - 用于编写规范的 TFS 任务板?

我们的团队刚刚搬到 TFS 2015 开始一个新项目,我已经为积压项目设置了看板。

我想问的是,创建一个单独的任务板来为我们的用户故事编写(小黄瓜)规范是否有意义?这是常见的做法吗?

我想跟踪已编写的用户故事规范的编写,并确保每个规范都经过例如 QA 人员的审查。

0 投票
1 回答
230 浏览

version-control - 恢复 TFS 中移动文件的历史记录

前段时间,为了更好地组织我的程序,我将大量文件移动到一个新项目中。现在我发现自从 TFS(当然)通过从旧位置删除文件并在新位置创建新文件来解决它以来,所有历史记录都消失了。

我的问题是是否有可能恢复文件的历史记录?