tfs2015

Visual Studio 2013 and TFS Build 2015: Devenv.exe unable to produce MSI file

守給你的承諾、 提交于 2019-12-10 18:22:20
问题 We are in the process of upgrading our TFS 2013 server to TFS 2015. In that regard I have run into an issue when trying to perform an application build on a build agent with the new version, using our XAML template build script (which was created in TFS 2013). Most of our solutions use the above-mentioned template when we build them. The solutions (sadly, still) use setup projects (.vdproj) to generate an MSI package for the application. To build the setup project, and produce an MSI, for a

TFS2015 new install, 503 Service Unavailable

心已入冬 提交于 2019-12-10 17:45:50
问题 I've installed TFS 2015 all according the 'Single Server' manual (https://msdn.microsoft.com/en-us/Library/vs/alm/TFS/setup/single-server?f=255&MSPPError=-2147217396). I configured one simple build, building a small console-app with a unit test project added, with one little unit test. The build configuration has now three steps. NuGet Installer Visual Studio Build Visual Studio Test Now, every time the third step is called, an error occurs, a red box in the browser with the text: 503: 503:

TFS Build 2015 failing because of incorrect NuGet version even when the required one is present in the build machine

余生长醉 提交于 2019-12-10 17:12:09
问题 I'm configuring a TFS 2015 build using the new scriptable system. During the build, when NuGet is retoring some packages, it fails with the following error: The 'System.Collections 4.0.10' package requires NuGet client version '3.0' or above, but the current NuGet version is '2.8.60318.667'. The 'System.Diagnostics.Debug 4.0.10' package requires NuGet client version '3.0' or above, but the current NuGet version is '2.8.60318.667'. The 'System.Globalization 4.0.10' package requires NuGet

TFSBuild command line / vNext 2015

喜欢而已 提交于 2019-12-10 16:50:04
问题 Premise: I think this is a bug/missing functionality in TFS 2015 When I create a new Build (non-xaml) definition using the TFS website, I am not able to call it using the command line TFSBuild start command. If I create a standard XAML definition, I can start it using the command line. Any idea if the command line is not able to start a new-style definition? 回答1: The TFS Build vNext is an entirely new feature in 2015. Hence, I doubt that it can be addressed by the old API (available pre-2015)

Is it possible to configure the 'message highlight pattern' for the TFS2015.2 build definition command line step?

走远了吗. 提交于 2019-12-10 13:44:45
问题 It is possible to configure the Error message highlight pattern and Warning message highlight pattern of the TFS2015.2 Command Line step? For example, I may have the following build definition that runs a command line utility, say gulp , to perform some tasks such as code linting. The precise standard output (via stdout ) of this utility would be varied depending on the precise lint tasks being run. For example, one tool for analysing TypeScript code and another tool for analysing Sass code.

How to delete/unregister build agent on TFS 2015

≡放荡痞女 提交于 2019-12-10 12:32:55
问题 I have set up TFS 2015 with dedicated server to store the build agent. However, when I delete the build agent on TFS 2015 app server, it still show up on build server, in windows "Services" Now the build server display error because the service exist but not running. How can a build agent be removed from TFS 2015? 回答1: Update: Just execute: C:\YourAgentFolderPath\agent>agent\vsoagent /unconfigure Answer from year 2016: Go to the folder on the Build Server where you have unzipped your build

Access denied when creating TFS Release definition

▼魔方 西西 提交于 2019-12-10 11:53:51
问题 I'm trying to setup a release definition on TFS but I'm running into an access denied message: I thought I should have this permission, since I am part of the "Agent Pool Administrator" group: I noticed however, that my queue has no roles, and that I can't add one for some reason, which I suspect to be the related to the problem: My question is how do I correctly configure the permissions? I've already googled a bunch but I still couldn't pinpoint what exact permission I'm missing. [[Update]]

Get Build status by Commit SHA1

江枫思渺然 提交于 2019-12-10 11:40:55
问题 Our team is using TeamCity for continuous integration and Git-TFS (TFS2015 RC) for versioning. I want to check if a specific Commit has been built (successfully) by TeamCity and thus can be reintegrated. It is possible to query TeamCity builds by using their REST API, e.g.: GET http://teamcity:8000/guestAuth/app/rest/builds/18 with the result containing some xml that shows the git commit SHA: <revisions count="1"> <revision version="96b1db05b64ecc895da070137e93cde3d2cadfa1"> <vcs-root

Configuring a TFS2015 build agent fails because agent pool not found. Why?

纵然是瞬间 提交于 2019-12-10 01:52:10
问题 When configuring a build agent with the use of a PowerShell script, provided by an on-site TFS2015, the script errors out because it cannot find the agent pool on the server. However, the agent pool 'default' definitely exists. On another server the same script works as expected, and builds run. See the script output below. I have tried to following: Create a new agent pool on the server, and reference that in the script. Same problem "Agent pool not found". Installed Visual Studio 2015 with

No way to group work items into releases in TFS 2015?

笑着哭i 提交于 2019-12-10 00:10:21
问题 My team is just now starting to use TFS 2015 Update 1 on premise to manage their development process. I have set up the server and defined some custom states and transitions for work items to better map to our process. To start with, we will only be taking advantage of the Kanban board and are not attempting to use iterations for a variety of reasons I won't get into here. My problem currently is using TFS to plan releases. Specifically, I don't see any way to group Features and User Stories