Questions tagged [tfsbuild]

Automated Builds using the Team Foundation Server / Visual Studio Team Services build system

Questions related to TFS builds, either in on-premise TFS or in Visual Studio Team Services. This includes task-based builds in TFS 2015/Visual Studio Team Services, TFS 2010-2015 and VSTS builds based on Windows Workflow build process templates, and MSBuild-based builds in from early on-premise versions of Team Foundation Server.

You might also be interested in these related tags:

3292 questions
1
vote
1 answer

How to tell if TFS vNext build failed via variable?

I am trying to perform different actions (such as copying to a different directory on publish) if a build failed or not. I am unable to find any documentation about any variables that let me know if it failed or not. Can anyone let me know how to…
Matt Slagle
  • 1,075
  • 9
  • 19
1
vote
1 answer

Cannot access deleted builds using the TFS 2015 REST API

Using the older TFS API, it's possible to access deleted builds using the following code: IBuildDetailSpec buildDetailSpec = buildServer.CreateBuildDetailSpec(m_teamProject, m_buildDefinition); buildDetailSpec.BuildNumber =…
1
vote
1 answer

Targeting the 3.5 Framework using MSBuild 4.0 Assembly Conflict

I'm attempting to create a 3.5 build from a 4.0 set of code. It almost works the following msbuild options: /tv:3.5 /p:targetframeworkversion=v3.5. The issue is that I get a conflict for those classes that have moved to new assemblies in 4.0, for…
Adam Fyles
  • 6,030
  • 1
  • 23
  • 29
1
vote
1 answer

How to set Build Profile in TFS 2015?

I have 3 different environments (Alpha, Beta and QA). I'm trying to setup TFS Build based on environments and have to provide appropriate build profile in msbuild comment. I tried providing /p:PublishProfile="Profilename" and "ProfileName.pubxml",…
Yass
  • 592
  • 1
  • 8
  • 30
1
vote
2 answers

VSTS Release Management Continuous Deployment not working

I am using Visual Studio Team Services for my Builds and Releases. I followed Microsoft's documentation here to set up my release definition to deploy every time a linked build is created (Continuous Deployment). However the trigger is not…
1
vote
2 answers

TFS 2015 as nuget server

We are currently testing whether we can replace our current build server (TeamCity) with TFS 2015 Build. Does anyone know of TFS 2015 has built-in Nuget Server like TeamCity. Thx
Balatharan
  • 125
  • 13
1
vote
1 answer

How do I export test results from Visual Studio Team Services

I have a couple of projects in Visual Studio Team Services: one for server side code, and another for the javascript-rich UI. I'm now trying to set up a dashboard for the team to see things like build status and test coverage, and can't figure out…
Maloric
  • 5,525
  • 3
  • 31
  • 46
1
vote
1 answer

"Access Denied" error during TFS XAML build process

I Have Source Controller And Team Project My Build Process Is and when i build i Got Access Denied Error Like This: C:\Program Files (x86)\MSBuild\12.0\bin\amd64\Microsoft.Common.CurrentVersion.targets (3678): Unable to copy file…
Shahram
  • 215
  • 1
  • 5
  • 21
1
vote
1 answer

Gulp EPERM: operation not permitted using MSBuild

I am trying to integrate our build server with our angular build. Locally the build work perfectly but when I try and run the build on the build server I am getting the following error: RunGulp: Running gulp task dev gulp [08:35:38] Using…
1
vote
2 answers

Running TFS Build 2015 Steps in parallel

In my build definition I deploy to multiple Azure cloud services and would like to deploy in parallel, however the build definition in 2015 doesn't allow steps to be run this way. Is there a way I can have three groups of steps (each with a Visual…
Alan Mullett
  • 1,106
  • 13
  • 26
1
vote
1 answer

Team Build stops and waits for Gulp task to finish

I have an existing nodejs app which i have pushed to the VSTS repository. I have added three build tasks npm install - running fine Gulp - i have a gulpfile in which there is one task which executes "nodemon app.js" command, runs fine but this…
Bunty Thakkar
  • 73
  • 1
  • 10
1
vote
2 answers

Visual Studio Team Services UWP build with AdMediator

I am using AdMediator and Store Engagement SDK in UWP app, using this .ps script before build but still got build failed because it can't find AdMediator and Store Engagement SDK. Anyone got around the problem? Write-Host "Installing Microsoft…
Help-14
  • 11
  • 2
1
vote
2 answers

TFS 2015 Build vNext $(Rev:.rr) stuck at 1

The New TFS Build System (vNext) does not come with a versioning function "out-of-the-box" so, to supply that, there are tutorials such as this one: http://incyclesoftware.com/2015/06/vnext-build-awesomeness-managing-version-numbers/ Where you can…
Iceman
  • 463
  • 5
  • 14
1
vote
1 answer

Converting XAML to new build in TFS2015

Have successfully created my TFS2012 XAML builds in TFS2015. This is for a compiled ASP.NET web application and the XAML build output is the entire site folders, compiled DLL, support DLLs etc - the same result as if you do Publish by right-clicking…
1
vote
1 answer

Tfs Build Server 2015 publish specific project

I want to use the TFS Build server. I want the build server to build related projects, publish and deploy to other servers. I have set up the server and build agent. It is time to define build definitions. But I have a problem here. We use VS 2015…
Çağatay
  • 91
  • 7
1 2 3
99
100