Microsoft Build Engine, also known as MSBuild, is a build platform for managed code and was part of .NET Framework.
Instead of running an external program with its path hardcoded, I would like to get the current Project Dir. I'm …
c# msbuildTrying 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 dbprojWhen I clean and then build my solution that has several projects, the output window reports that the build succeeded. …
.net visual-studio msbuild visual-studio-expressUsing visual studio 2012 on windows 8 x64 aparantly this is caused by msbuild being moved into .net but I havn't seen …
visual-studio msbuildIt's a WebApi project using VS2015. Step to reproduce: Create an empty WebApi project Change Build output path from "bin\" …
c# asp.net asp.net-web-api msbuildVisual Studio 2010 has a Publish command that allows you to publish your Web Application Project to a file system location. …
asp.net visual-studio-2010 msbuild teamcity msdeployI am trying to use MSBuild to build a solution with a specified target platform (I need both binaries, x86 …
msbuildI'm working on a project that requires that DLLs generated by building my solution to be copied from the bin …
visual-studio-2012 msbuild post-build-eventI have an ASP.NET MVC5 application that worked yesterday and now I am getting this error when I try …
visual-studio-2010 visual-studio msbuild nuget