tfs

Retrieving path to solution(s)?

南楼画角 提交于 2020-01-15 03:18:17
问题 We are currently setting up Team Build 2010 for our company, and I am trying to use workflow activities to retrieve the exact local path to the current solution being built. I haven't found a way to get this value, does anybody know how (without writing a custom activity)? Either one of server or local path would suffice (i.e $/TeamProject/Branch/OurProject or C:\TeamBuild\src\path\to\branch\OurProject ) since we can use the conversion activities on the server item. The reason we need this

TFS 2012 - Web Access tab in the Control Panel is missing

末鹿安然 提交于 2020-01-15 03:13:07
问题 I recently setup TFS 2012 Version 3 on a server and just licensed it. I noticed when I open the Web Portal it says 'Some features of Team Web Access are not visible to you'. So when I looked online about the error, people said to go to the Control Panel -> Web Access tab, but I do not have a web access tab. Any idea why? I do not have TFS 2012 Express, however I do have SQL Server Express, but I don't see why that would affect this. I am added to the TFS Admin Console group as well. Can

MSBuild cannot find reference when executed through TFS build service

点点圈 提交于 2020-01-15 02:34:27
问题 I have a solution with reference to Telerik assemblies. The referenced version has been installed on the build server. The issue is that the continuous integration build always succeeded until I upgraded the Telerik assemblies in the solution and on my build server. The build now fails giving the classical: Could not resolve this reference. I checked my solution and everything is set to reference the specific version. The most suprising is that if I open the solution locally on the build

MSBuild cannot find reference when executed through TFS build service

江枫思渺然 提交于 2020-01-15 02:34:23
问题 I have a solution with reference to Telerik assemblies. The referenced version has been installed on the build server. The issue is that the continuous integration build always succeeded until I upgraded the Telerik assemblies in the solution and on my build server. The build now fails giving the classical: Could not resolve this reference. I checked my solution and everything is set to reference the specific version. The most suprising is that if I open the solution locally on the build

MSBuild cannot find reference when executed through TFS build service

拟墨画扇 提交于 2020-01-15 02:33:28
问题 I have a solution with reference to Telerik assemblies. The referenced version has been installed on the build server. The issue is that the continuous integration build always succeeded until I upgraded the Telerik assemblies in the solution and on my build server. The build now fails giving the classical: Could not resolve this reference. I checked my solution and everything is set to reference the specific version. The most suprising is that if I open the solution locally on the build

How to link to latest build on Visual Studio Team Services

亡梦爱人 提交于 2020-01-15 01:48:47
问题 Latest Team Foundation Server and Visual Studio Team Services can generate a build status badge. BTW, I don't find how can I link it to a public build details of latest build (or even other past builds). For example, my build status badge is this one: For example, I've another old project hosted on GitHub and it has CI with Travis, and I both have a build badge and a build summary: https://travis-ci.org/mfidemraizer/joopl/builds I'm just asking for getting this summary on Visual Studio Team

How do you authenticate to VSTS using LibGit2Sharp?

天大地大妈咪最大 提交于 2020-01-14 14:26:05
问题 I'm trying to clone a VSTS (Visual Studio Team Services) repository using LibGit2Sharp. I'm setting up a CredentialsHandler and UsernamePasswordCredentials representing my Microsoft Account's credentials, and the result I get is this: LibGit2Sharp.LibGit2SharpException was unhandled HResult=-2146233088 Message=Too many redirects or authentication replays Source=LibGit2Sharp If I can't even pass in my actual username and password, I'm not sure what might work. I also tried using

TFS 2017 - how to fail build when published Tests fail

谁都会走 提交于 2020-01-14 14:00:10
问题 I have a simple build process in TFS 2017 using CI/CD demo as described in https://msdn.microsoft.com/en-us/powershell/dsc/dsccicd The Build definition contains four steps: Run powershell script. As a part of the script, Pester tests are run on agent and results are saved to a folder using NUnit format Publish Test results using from that folder Copy files to staging directory Publish Artifacts When Pester test fails , I would like entire build to fail. At the moment build succeeds even when

TFS2010: Opening certain Excel reports gives error TF80076

江枫思渺然 提交于 2020-01-14 13:51:07
问题 When I try and open certain TFS2010 Excel reports I get the following error popup from Excel: TF80076: The data in the work item is not valid or you do not have permissions to modify the data. Please correct the problem and retry. This is then followed by the popup: TF208103: The initialization of the workbook to connect to Team Foundation Server was not successful. THe workbook will close.... etc. etc.. ... and Excel closes. The reports that throw this error include: Documents -> Samples and

TFS Build is failing Because of Missing Programs

心已入冬 提交于 2020-01-14 09:32:53
问题 I am trying to build a project using TFS2010 Build.TFS resides on its own server, and i am trying to build to a directory on the same machine. The Server does not have VS2010 installed on it. When the build runs it fails and gives me this error: c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets (1558): Task failed because "AxImp.exe" was not found, or the correct Microsoft Windows SDK is not installed. The task is looking for "AxImp.exe" in the "bin" subdirectory