Questions tagged [build-server]

Build sever is interchangeably used for the machine that is used to compile the application code at a scheduled time and the CI Tools such as Cruise Control, Teamcity etc.

Build server is typically used for the machine used to compile the source code at a scheduled time. This is different from the developer's machine since this is a controlled environment and is only supposed to have the pre-requisites required for compilation.

With the evolution of Continuous Integration, Build Server is also interchangeably used for the CI Applications such as Teamcity, Cruise Control, Jenkins or Bamboo. These applications take care of executing the builds and also a number of other activities such as unit test execution, deployment, various other quality checks on the code and report them in a nice presentable manner.

234 questions
0
votes
2 answers

Karma unable to launch IE on VSO build agent(build server)

It is a in house build server. We are running VSO build agent on Window Server 2012 and it has IE 11 installed on it. VSO build agent is running under 'Network Service' user. On the unit testing build step, Karma is able to launch chrome but not…
Sundeep
  • 2,035
  • 2
  • 23
  • 38
0
votes
1 answer

Xamarin.iOS Build Step for Team City server

I am using a Team City (10.0.4) server for my Xamarin Build Steps. I have set up a buil agent on a macmini which is building my whole solution (Anrdoid, iOS). The build process is invoked via command line: xbuild /p:Configuration="Release"…
Daniel_97
  • 891
  • 1
  • 8
  • 15
0
votes
0 answers

Portalbe way to find svcutil.exe called form PostBuildEvent?

We have a VS 2015 solution, just ported from VS2010. It contains a project with a PostBuildEvent. In this PostBuildEvent, svcutil.exe is called. So far, the path to svcutil.exe was "$(VS100COMNTOOLS)\..\..\..\Microsoft…
Moritz Both
  • 1,598
  • 1
  • 13
  • 21
0
votes
1 answer

MSBuild could not locate the Code Analysis tool

My Jenkins job is failing with below error logs. Please suggest. C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\CodeAnalysis\Microsoft.CodeAnalysis.targets(289,5): error : MSBuild could not locate the Code Analysis tool at ''. If…
Sangeetha
  • 125
  • 1
  • 5
  • 18
0
votes
1 answer

How do you programatically download the artifacts from the latest Team City build using C#?

I understand the HTTPClient and GET process. What I'm trying to find here is the correct URL/syntax to make this work with Team City. I've been trying to get this to work using the examples at RestDocumentation However, they all require a buildId. …
Curtis
  • 5,794
  • 8
  • 50
  • 77
0
votes
1 answer

Get dynamic folder from nuget package

We use rake to build and test on our dev machines. We recently moved one of our projects to our own local NuGet server. We used to use this project as a submodule and thus it had a constant path to some of the content (license files, libraries for…
Robert Snyder
  • 2,399
  • 4
  • 33
  • 65
0
votes
2 answers

ASP.NET Core Web API: Program does not contain a static 'Main' method suitable for an entry point

I am working on an ASP.NET Core Web API that references other projects (csproj) within a large solution. The ASP.NET Core Web API builds in Visual Studio 2015 and using msbuild in a command prompt "on my machine" :-) msbuild SomeWebAPI.xproj …
hsop
  • 3,546
  • 3
  • 20
  • 19
0
votes
1 answer

TFS Gated Checkin fails when checking in the changeset after a succesfull build

I'm working with TFS version 2015 SP3 and I'm having problems with creating a working Gated Checkin Build definition. The Build proces steps are empty to prevent a failing build. When the Build succeeds de build server tries to check in de gated…
Ralf de Kleine
  • 11,464
  • 5
  • 45
  • 87
0
votes
1 answer

TeamCity can't build vdproj - HRESULT = '8000000A'

I'm using TeamCity to build nightly a .vdproj installer. I'm using this configuration in TeamCity v10: but I got this error message ERROR: An error occurred while validating. HRESULT = '8000000A' I already put into regedit the DWORD…
Krusty
  • 955
  • 1
  • 12
  • 26
0
votes
2 answers

TeamCity artifact includes every single file

After using TeamCity, my build process is Visual Studio (sln) -> NuGet Pack. Everything builds fine and the artifact is created. But the artifact has every single file, include the .vbproj, .vb files, the classes folder which only holds .vb files. …
zSKIz
  • 21
  • 1
  • 4
0
votes
2 answers

TFS: How to validate if every file is checked-in?

We are working on several ASP.NET MVC C# projects within Visual Studio 2015 and Team Foundation Server 2013. Sometimes the NuGet upgrade process is a mess and some of the replaced files (mostly *.png, *.gif, *.ttf) have not been checked-in properly.…
0
votes
1 answer

Error MSB4184 Microsoft.LightSwitch.Publish.targets when Building project using Team Foundation Build

Company I work to need to implement continous integration. Projects are developed by using Lightswitch with visual studio 2012. We use Team Foundation Server to manage source version. I created a build definition and agent pool to try to run build…
0
votes
1 answer

Team City - Trigger build when other projects finish successfully?

I would like to trigger a build on Team City that runs when any other projects it depends on build successfully with a certain tag. Each of those projects are artifact dependencies, and they are marked to use the latest version of each project with…
The Whether Man
  • 362
  • 5
  • 21
0
votes
1 answer

I have configured buildserver of TFS 2013 in Remote PC. It shows following error in Event log

Exception Message: TF30063: You are not authorized to access http://Server Name/tfs/Collection Name. (type TeamFoundationServerUnauthorizedException) Exception Stack Trace: at…
0
votes
0 answers

CruiseControl.NET Infinite Loop on ForceBuild

I've been attempting to set up a project on CCNET that will only be built when someone forces it to be built (i.e., will not check for modifications). To do this, I wrote out the following definition in the ccnet.config file.