New posts in msbuild

Visual Studio 2015 project builds failed but no errors

Team city unmet requirement: MSBuildTools12.0_x86_Path exists

How to set PreProcessorDefinitions as a task propery for the msbuild task

Installing MSBuild 4.0 without Visual Studio 2010

NuGet auto package restore does not work with MSBuild

How do you multi-target a .NET Core class library with csproj?

VS2010 How to include files in project, to copy them to build output directory automatically during build or publish

Building C# Solution in Release mode using MSBuild.exe

"Treat all warnings as errors except..." in Visual Studio

specify project file of a solution using msbuild

Why does MSBuild look in C:\ for Microsoft.Cpp.Default.props instead of c:\Program Files (x86)\MSBuild? ( error MSB4019)

Running MSBuild fails to read SDKToolsPath

How to escape quote marks in Exec Command in MSBuild

MSBUILD : error MSB1008: Only one project can be specified

What does the Private setting do on a ProjectReference in a MSBuild project file?

remove nuget package restore from solution

'Specified condition "$(PackageAsSingleFile)" evaluates to "" instead of a boolean?

What is the best practice for "Copy Local" and with project references?

NAnt or MSBuild, which one to choose and when?

Should I compile with /MD or /MT?