build-server Questions

20

I'm building/packing a web application in a build server, and it fails with the following message: ASPNETCOMPILER error ASPCONFIG: The CodeDom provider type "Microsoft.VisualC.CppCodeProvider, ...
Suspension asked 12/12, 2013 at 13:45

24

Trying to build my project on the build server gives me the following error: Microsoft (R) Build Engine Version 4.0.30319.1 error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Micr...
Corrosion asked 20/10, 2010 at 18:5

2

Solved

I have an Azure pipeline setup for my builds. I have been running into this issue recently and cannot figure out a way to fix this: ##[error]C:\Program Files\Microsoft Visual Studio\2022\Enterprise...

2

Solved

Historically, this has been done with the Microsoft Build Tools. But it seems that the Build Tools may not be available for versions after 2015. The replacement appears to be the Visual Studio buil...

24

Solved

When creating a new build in Team Foundation Server, I get the following error when attempting to run the new build: The path C:\Build\ProductReleases\FullBuildv5.4.2x\Sources is already mappe...
Summers asked 22/10, 2008 at 15:26

3

Solved

Is it possible to stop a TeamCity build (the entire build, i.e. it won't execute subsequent steps) when a unit test fails? Ideally I'd also like it to terminate the currently executing step which i...
Spermatophyte asked 30/7, 2013 at 16:5

5

Solved

I have many .sqlproj projects that need to be built on our build server. I don't want to install all of Visual Studio on the build server just so I can install SSDT to build these. How can I build ...
Caldarium asked 21/3, 2013 at 19:25

4

My team and I have been setting up a Jenkins server to automate running unit and ui tests on a Mac Mini that we use as a build server. This Mac Mini has no peripherals attached to it, and the only ...
Villeneuve asked 30/11, 2015 at 22:31

1

Solved

In my build server docker image based on mcr.microsoft.com/windows/servercore:1809-amd64, I get a missing reference error to microsoft.mshtml.dll while running the build. The dll is related to the ...
Thiourea asked 9/7, 2019 at 11:36

3

Solved

We're intermittently getting this error when fetching source from TFS: 2017-03-23T23:49:31.0591599Z ##[section]Starting: Build solution [SOLUTION-NAME].sln 2017-03-23T23:49:31.0591599Z ===========...
Feltie asked 3/4, 2017 at 22:13

6

I set up my Visual Studio Team Service account to clone my private GitHub repo and build the Windows UWP application anytime I queue a build. The cloning works without any issues; the compilation o...

8

Solved

I want to use mstest.exe to run my unit test on build server, but I don't want to install Visual Studio on the build server. Can I just install MSTest without Visual Studio?
Underpass asked 4/8, 2010 at 5:40

5

Solved

After FxCop 10 Microsoft stopped shipping a separate installer for FxCop. Officially one can currently only run code analysis (FxCop 12.0 / 14.0 / 15.0) after installing Visual Studio 2013 / 2015 /...

1

Solved

I have installed the MSBuild (15.4.0) tools for Visual Studio 2017 on a build server. To do this I used the link entitled "Build Tools for Visual Studio 2017" from Visual Studio Downloads The path...
Punak asked 19/10, 2017 at 17:26

2

Solved

I generate an an offline installer for the build tools like this: vs_BuildTools.exe --layout c:\VS_BuildTools2017_offline --add Microsoft.VisualStudio.Workload.MSBuildTools --add Microsoft.VisualSt...
Indicate asked 11/10, 2017 at 9:9

3

Solved

I'm currently trying out VS2017 at work, due to an interest in migrating our server systems to .Net core. I have switched a couple of minor tools projects to target .NetStandard 1.2 (recreate and m...
Magdalenemagdalenian asked 16/3, 2017 at 14:42

2

Solved

I have an MsBuild file which shells out to TFS using tf.exe for a few things. Unfortunately the tf.exe file has been installed to different locations on the developer PCs and the build server. I c...
Purgative asked 8/8, 2011 at 7:39

2

I try to setup a concourse build server (http://concourse-ci.org/) that supports as many languages/platforms as possible. I've read that beginning with Windows Server 2016 it will be possible to h...

2

Solved

I've been reading a lot about Docker and its uses. Currently we are using TFS for building and deploying our in house app (.net c#). Are there any benefits for transitioning to Docker? Meaning havi...
Sexcentenary asked 5/1, 2016 at 20:14

3

Solved

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 po...
Sangraal asked 15/6, 2015 at 9:6

1

Solved

We are working on automating our builds using Cake Build and we use NuGet packages from nuget.org but we also have our own NuGet Feed server which has a username/password authentication to access. ...
Spinule asked 7/8, 2016 at 20:22

1

Solved

I'm trying to add automated builds of our Delphi 10 Seattle projects to our build server (which currently builds all our .NET and Java projects). Now that Delphi uses MSBUILD it integrates well wit...
Sievers asked 21/2, 2016 at 14:43

1

Solved

Following on from my question on Setting up Teamcity to build Android, I now have the fun challenge of doing the same for an iOS project! What I would like to do is have a TeamCity job (along with...
Osteomalacia asked 4/2, 2016 at 12:4

3

Solved

I have a jenkins builder server and I'm trying to set up the reverse proxy with nginx. I followed all the howto's and documentation from the jenkins site but the only thing different is I need the ...
Frerichs asked 23/9, 2015 at 10:25

5

Is there any plugin available in Jenkins which allows you to reuse shared configuration across the jobs.. e.g I can define a template for Continuous Integration and other template for Running Tests...
Hailstone asked 10/8, 2012 at 11:42

© 2022 - 2024 — McMap. All rights reserved.