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.
Trying to build my project on the build server gives me the following error: Microsoft (R) Build Engine Version 4.0.30319.1 error …
msbuild .net-4.0 build-server targets dbprojHistorically, this has been done with the Microsoft Build Tools. But it seems that the Build Tools may not be …
msbuild visual-studio-2017 visual-studio-2019 build-tools build-serverWhen creating a new build in Team Foundation Server, I get the following error when attempting to run the new …
tfs build-serverI generate an an offline installer for the build tools like this: vs_BuildTools.exe --layout c:\VS_BuildTools2017_offline …
visual-studio-2017 build-tools build-serverI want to use mstest.exe to run my unit test on build server, but I don't want to install …
visual-studio mstest build-serverI haven't worked for very large organizations and I've never worked for a company that had a "Build Server". What …
continuous-integration build-process agile build-serverIts been a while since I setup a Build Server so maybe I've forgotten something or maybe .NET 4.5 is different …
asp.net msbuild visual-studio-2012 asp.net-4.5 build-serverAfter 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 …
.net msbuild continuous-integration fxcop build-serverI have many .sqlproj projects that need to be built on our build server. I don't want to install all …
sql-server-data-tools build-serverI'm building/packing a web application in a build server, and it fails with the following message: ASPNETCOMPILER error ASPCONFIG: …
c# asp.net msbuild teamcity build-server