tfs

Unable to create new Team project over the internet getting SQl Reporting service resolve error

烂漫一生 提交于 2020-01-02 21:57:25
问题 Hi I have installed a Team Foundation Server 2010, and it works perfectly over my Lan, but I need it to work over the internet too. My problem is that when Im connected to my team server over the internet, I get the following error, when I try to create a new Team project. TF218027: The following reporting folder could not be created on the server that is running SQL Server Reporting Service: //TfsReports/myTeam. The report server is located at: http://my-server/reports. The error is: The

How to get work items associated with a changeset id using tfs api?

谁说我不能喝 提交于 2020-01-02 19:11:07
问题 Hi I need to get a list of work items that are associated with selected changesets programmatically. So far I have been able to get the changesets associated with a work item ID using the concept of Artifacts, as well as got the changesets and/or workitems associated with a particular build using : InformationNodeConverters.GetAssociatedChangesets() and InformationNodeConverters.GetAssociatedWorkItems() respectively. I am using VSTS 2010 beta 1. Anyone know the solution? 回答1: Try this:

Timeout problem running WatiN tests as part of TFS build

南笙酒味 提交于 2020-01-02 17:16:33
问题 I've gotten a simple WatiN web test running on my dev environment and am trying to get it working on the TFS build server. It is failing when just trying to load a page with the following exception: WatiN.Core.Exceptions.TimeoutException: Timeout while Internet Explorer busy. I've set the test timeout to 3 minutes which should be plenty. I've read that this could be caused by IE protected mode, but I'm not sure how to disable that for the TFSService account. I'm using Visual Studio/TFS 2008

Timeout problem running WatiN tests as part of TFS build

断了今生、忘了曾经 提交于 2020-01-02 17:16:33
问题 I've gotten a simple WatiN web test running on my dev environment and am trying to get it working on the TFS build server. It is failing when just trying to load a page with the following exception: WatiN.Core.Exceptions.TimeoutException: Timeout while Internet Explorer busy. I've set the test timeout to 3 minutes which should be plenty. I've read that this could be caused by IE protected mode, but I'm not sure how to disable that for the TFSService account. I'm using Visual Studio/TFS 2008

How to deploy asp.net web application to development team via TFS when setting up ADFS authentication

荒凉一梦 提交于 2020-01-02 13:10:38
问题 I am working on a asp.net web application that has is a part of TFS and is used by the development team. Recently as part of the project we setup ADFS and are now attempting to enforce authentication of the project to an ADFS server. On my development machine I have gone through the steps of adding STS reference which generates the Federation Meta-Data as well as updates the web.config file for the project. Authorization within the web.config uses thumbprint certification which requires me to

TFS 2010 Build Definition: MSBuild Arguments seems to be ignored

时光毁灭记忆、已成空白 提交于 2020-01-02 12:02:13
问题 I am trying to create a package after a build in TFS 2010. When I launch the following command on my computer: MSBuild.exe Fenicorp.Front.Web.FunnyApplication.sln /p:DeployOnBuild=true;DeployTarget=Package the solution is compiled and there is a package inside the obj folder. However, when I specify /p:DeployOnBuild=true;DeployTarget=Package as MSBuild Arguments in a Build Definition and queue a new build, there is no package in my drop folder. Moreover the build status is Successfull, as if

TFS 2010 Build Definition: MSBuild Arguments seems to be ignored

ぐ巨炮叔叔 提交于 2020-01-02 12:01:15
问题 I am trying to create a package after a build in TFS 2010. When I launch the following command on my computer: MSBuild.exe Fenicorp.Front.Web.FunnyApplication.sln /p:DeployOnBuild=true;DeployTarget=Package the solution is compiled and there is a package inside the obj folder. However, when I specify /p:DeployOnBuild=true;DeployTarget=Package as MSBuild Arguments in a Build Definition and queue a new build, there is no package in my drop folder. Moreover the build status is Successfull, as if

Running (x)Unit Tests on TFS Build Pipeline

≡放荡痞女 提交于 2020-01-02 10:07:42
问题 I am merely a beginner and still trying to learn about TFS and its continuous integration workflow. Having that said, this could as well be a stupid question to ask as I might be missing on a simple detail, though any help or advice would be highly appreciated. So, I have a fairly simple Unit Test example written using .NET Core 2.0, which I would like to run as a test task on our TFS Server's CI Build pipeline. It pretty much looks something like this: using Microsoft.VisualStudio.TestTools

Expression of type 'Microsoft.TeamFoundation.Build.Workflow.Activities.BuildSettings'

醉酒当歌 提交于 2020-01-02 09:01:33
问题 I'm creating Custom Activities in TFS2013 and i'm hitting below issue once build application: An error occurred while initializing a build for build definition \TestApp\TestApp.Main.CI: Exception Message: Expression of type 'Microsoft.TeamFoundation.Build.Workflow.Activities.BuildSettings' cannot be used for return type 'Microsoft.TeamFoundation.Build.Workflow.Activities.BuildSettings' (type ArgumentException) Exception Stack Trace: at System.Linq.Expressions.Expression.ValidateLambdaArgs

How to access “Custom” or non-System TFS workitem fields using PowerShell?

我的未来我决定 提交于 2020-01-02 07:26:12
问题 When using PowerShell to extract information from TFS, I find that I can get at the standard fields but not "Custom" fields. I'm not sure custom is the correct term, but for example if I look at the Process Editor in VS2008 and edit the Work Item type, there are fields such as listed below, with Name, Type and RefName: Title String System.Title State String System.State Rev Integer System.Rev Changed By String System.ChangedBy I can access these with Get-TfsItemHistory: Get-TfsItemHistory "$