build-server
Change reference path from GAC to folder at compile time
I have a project that depends on some 3rd party libraries. These assemblies are registered int the GAC. Everythings works fine so f开发者_Go百科ar.[详细]
2023-04-05 22:08 分类:问答Coping with several Windows SDK versions on build server
We have a TeamCity build server with a couple of agents set up to build code on check in for several c++ projects. Now, we\'ve run into some problems regarding handling dependencies on Windows SDK sin[详细]
2023-03-29 23:21 分类:问答How can I prevent submitting an empty Perforce changelist from being an error?
Attempting to submit a changelist with no files is considered by Perforce to be an error (p4 submit ... returns exit code 1). This causes a perio开发者_如何转开发dic integration build to fail on our b[详细]
2023-02-11 12:06 分类:问答How to prevent builds when another build fails?
I have created many build configurations in Hudson for a single solution (eg. Release, Debug, Test) When I commit something wrong, I receive 1 build failed e-mail for every build configuration.[详细]
2023-02-09 22:57 分类:问答What are the options to build an installer on a build-server without Visual Studio
It seems like it\'s still not possible to build .vdproj on a build-server without having Visual Studio installed. However, using Wix seems to be a lot more complicated.[详细]
2023-01-31 22:49 分类:问答Suggestions for software to ease setting up a build server
I\'m currently setting up a new build server and I\'m interested in any suggestions the community may have about software such as Hudson or CruiseControl.NET that may simplify and add additional value[详细]
2023-01-14 21:19 分类:问答How to run .NET 4 code analysis on build server
On a Windows Server 2003 R2 with .NET 4 SDK but without Visual Studio 2010, I have tried building a Visual Studio 2010 solution with[详细]
2023-01-04 05:03 分类:问答Build server polling vs. event-driven builds
Why do build servers poll for changes instead of SVN firing off an event (or a post-commit step) that tells the build server to start a build? It seems terribly inefficient to poll for changes, especi[详细]
2023-01-04 04:54 分类:问答Continuous integration with .net and svn [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-17 19:24 分类:问答approaches to Build servers and stored procedures
I have been put in charge of looking at setting up a build server for our office.We currently put all queries into stored procedures in SQL 2000 server.This is done manually and no SQL files are produ[详细]
2022-12-15 22:08 分类:问答