问题标签 [azure-devops]

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 投票
2 回答
361 浏览

tfs - 一旦 Team Foundation Service Preview 退出预览版,我的源代码会丢失吗?

有谁知道如果我将一些源代码放在“Team Foundation Service Preview”(tfspreview.com:tfs on the cloud)上,一旦程序超出预览阶段,所有源代码都会丢失吗?

我打算在它上线后购买,只是看看它是否可行现在开始使用。

0 投票
1 回答
5863 浏览

tfs - 如何使用 Visual Studio 2012 在 TFS 预览上禁用多次签出

我在 TFS Preview 中有一个项目,并添加了 2 个其他人来使用 Visual Studio 2012 beta 处理该项目。我将项目的设置更改为不允许对文件进行多次签出,但它并没有改变任何东西。我也改为只在服务器上工作,但仍然允许多次签出。

0 投票
3 回答
934 浏览

tfs - Team Foundation 服务构建错误

我正在使用 TFS 预览版使用AzureContinuousDeployment.11.xaml构建定义的流程模板发布到 Azure。我收到以下错误,不确定如何解决:

总结调试 | 任何 CPU 1 个错误,0 个警告 $/HelloWorld/Trunk/HelloWorld/HelloWorld/HelloWorld.sln (':Publish' target(s)) - 1 个错误,0 个警告,查看日志文件 C:\a\src\Trunk\HelloWorld\HelloWorld\HelloWorld.sln.metaproj:项目中不存在目标“:Publish”。$/HelloWorld/Trunk/HelloWorld/HelloWorld/HelloWorld.sln 编译 $/HelloWorld/Trunk/HelloWorld/HelloWorld/HelloWorld.sln (':Publish' target(s)) - 1 个错误,0 个警告,查看日志文件 无测试结果 无代码覆盖率结果

0 投票
5 回答
4629 浏览

visual-studio - Windows 8 下 Visual Studio 2012 中的 TFS

我无法使用 Visual Studio 2012 RC连接到托管的Team Foundation 服务。

在我第一次连接时,会打开一个窗口,提示我输入用户名和密码,但是我被添加到 TFS 时使用了不同的 Live ID。我重新注册了一个新的 Live ID,现在我无法访问 TFS。当我尝试这样做时,我收到此错误:

TF31003

0 投票
1 回答
2349 浏览

java - 如何使用 Java 命令行应用程序对 https://tfspreview.com(MIcrosoft 托管的 TFS)进行身份验证?

我正在尝试从我的命令行 Java 应用程序访问https://tfspreview.com SOAP 界面。与本地 TFS 服务不同,此服务使用 Live ID 身份验证,这会导致通信失败,并通过 302 重定向到其身份验证服务。我不知道如何在那里进行身份验证。

任何指针?

0 投票
2 回答
2841 浏览

tfs - Connecting to TFSPreview Programmatically

I'm attempting to connect to TFS Preview from a C# application.

At the moment, I'm stuck trying to authenticate. I've added a reference to the TFS 2010 DLLs (I believe that these will enable me to connect, please correct me if I am wrong!) and my test case is as simple as. The URL I am trying to connect to is in the form https://MYSERVERNAME.tfspreview.com/DefaultCollection

This fails with the following exception.

Team Foundation services are not available from server https://MYSERVER.tfspreview.com/$/defaultcollection. Technical information (for administrator): TF400813: Resource not available for anonymous access. Client authentication required.

I had hoped that providing a UICredentialsProvider in the factory method creating the team project collection that it'd use this to provide authentication. The TFS Preview service uses Windows Live authentication, but I had hoped that this would be covered.

Pointers in the right direction greatly appreciated!

0 投票
1 回答
2636 浏览

build - 使用团队基础服务的自动构建安装程序

我已经开始为一个小项目使用Microsoft Team Foundation Service(云中的 TFS,以下简称 TFService)的预览版,并且我目前正在使用 TFService 中包含的在线构建服务来设置构建。

我想要做的是添加某种安装程序。我以前使用过 InstallShield Limited Edition、WIX 和 Inno Setup,如果可能的话,我想继续使用其中的一种。

我之前已将 Inno Setup 集成为构建过程 (TFS 2010) 的一部分。这涉及在构建计算机上安装 Inno Setup,并添加自定义构建任务以运行 inno 设置脚本。最后一部分应该也可以使用 TFService,因为可以创建自定义构建过程模板。

但是,我意识到安装诸如 Inno Setup 或 InstallShield 之类的任何东西都不适用于 TFService,因为无法在构建计算机上安装任何第 3 方软件(它只是在某些我无法访问的未知虚拟计算机上运行的云服务) .

所以我的问题是;有没有办法在 TFService 上运行的构建过程中自动创建安装程序?例如,构建服务是否能够开箱即用地构建 installshield 项目(毕竟 Visual Studio 中包含许可证)?还是有其他方法可以做到这一点?

0 投票
3 回答
2286 浏览

asp.net-mvc - ASP.NET MVC 4 - 如何在通过 Team Foundation Service 部署到 Azure 时转换我的数据库连接字符串?

我正在 Visual Studio 2012 RC 中开发一个 ASP.NET MVC 4 / .NET 4.0 Web 应用程序,该应用程序旨在使用 SQL Azure 数据库在Windows Azure上运行。该解决方案由Team Foundation Service进行源代码控制,我已将后者设置为在我签入时自动部署到 Azure。

我想知道的是,当项目部署在 Azure 上时,如何转换我的数据库连接字符串(在 Web.config 中)以便它们引用生产 SQL Azure 服务器?在我的开发箱中,我使用了本地 SQL Express 实例。

如果有更好的方法,我对其他部署方法(而不是 TFS 自动服务)持开放态度。

编辑:我通过 Entity Framework 5.0.0 RC 连接到数据库。

0 投票
1 回答
302 浏览

silverlight - 在 tfspreview 上构建 silverlight 应用程序

我正在尝试在tfspreview上为包含 SL5 项目的解决方案设置自动构建,但是当我将新构建排入队列时,我从代理那里收到错误,抱怨它找不到 Microsoft.Silverlight.CSharp.targets。通常我会在构建服务器上安装 silverlight sdk/tools,但在 tfspreview 上我没有这样的权限。任何想法来解决这个问题?

在此先感谢,马可

0 投票
1 回答
794 浏览

tfs - 如何使用 tf 命令行登录 Azure 上的 tfs 服务器

我们尝试使用 tf 命令行在 TFS 上连接我们。

当我们连接时一切正常,但是当我们尝试连接到 TFS 服务器时,它不起作用。我们收到了一条询问我们凭据的消息提示,如果我们在提示中登录,之后一切都会正常工作。但是,如果我们尝试使用下面的命令行连接,我们总是会收到消息“您无权访问 TFS 服务器”。

我需要准确说明我们在 Azure 中使用 TFS,并且我们尝试使用 Windows Live 帐户登录。