Top "Build-process" questions

The process of converting source code files into standalone software artifact(s) that can be run on a computer

How can 'nuget restore' download pre-release packages?

We are faced with an issue in our build environment where we would like for our continuous integration builds to …

c# nuget build-process nuget-package nuget-package-restore
Subversion - Is it possible to disable all commits and make the repository read only?

I have a subversion repository that is a mirror of another remote repository. I use svnsync to mirror the repository …

svn build-process configuration-management
How to define suppressions-definitions for checkstyle, that work with both ant and eclipse

I use in a project checkstyle and I have defined a SuppressionFilter in my checkstyle-configuration. I use Apache ant to …

ant build-process continuous-integration eclipse-plugin checkstyle
How to read property value from external file?

I have AssemblyInfo.cs file automatically generated during build. Here's part of .csproj file: <PropertyGroup> <Major>2&…

msbuild build build-process csproj
PostBuild Event fails in Visual Studio after SignTool.exe error

We have a project in Visual Studio 2010 that runs a batch file in the post-build event. That batch calls to …

visual-studio-2010 build-process code-signing errorlevel timestamping
.Net AssemblyName.version Build versus Revision

The MSDN documentation states: Version numbers consist of two to four components: major, minor, build, and revision. The major and …

c# .net build-process versioning
Portable C++ build system

I'm looking for a good and easy in maintenance portable build system for C++ projects. Main platforms should include Windows (…

c++ build-process portability
How do I produce only an object file (*.o) from a CMake build target?

I'm trying to build an object file using CMake, but I can't seem to get CMake to build something other …

cmake build-process object-files
Advantages of using MSBuild or NAnt versus running DevEnv.exe from command-line

Can anyone explain what advantages there are to using a tool like MSBuild (or NAnt) to build a collection of …

msbuild build-process nant
How to Set the Working Directory in NAnt?

I am just getting started using NAnt. I was working from a tutorial, and just trying to set a target …

visual-studio build-process build build-automation nant