Skip to main content

Questions tagged [msbuild]

1 vote
2 answers
527 views

CONTEXT My project is about implementing the "conventional method for house-energy-efficiency assessment" in France (120 pages). I want to provide a strict yet easy to use API to this method....
Lionel du Peloux's user avatar
0 votes
1 answer
185 views

In a Microsoft ecosystem (i.e. WebForms/MVC/WebAPI VisualStudio projects) why should I rely on an external task runner for JavaScript files like Grunt if I already have MSBuild at my disposal as the ...
julealgon's user avatar
  • 287
7 votes
1 answer
4k views

I'm finding it difficult to understand Microsoft's motive behind building conceptual "projects" like this. They ship MSBuild.exe and NMAKE.exe together with a Visual Studio 2015 install but they both ...
thelittlegumnut's user avatar
24 votes
4 answers
39k views

We're using TeamCity for continuous integration and it's building our releases via the solution file (.sln). I've used Makefiles in the past for various systems but never msbuild (which I've heard is ...
DeepSpace101's user avatar
  • 1,394
3 votes
1 answer
110 views

In our CI environment we build all the cs projects and then build the deployment projects. The deployment projects do an extra step of compiling the aspx & ascx files and often catch errors that ...
Matt's user avatar
  • 133
6 votes
2 answers
4k views

I heard that we have to build with the highhest warning level. Is it true? why? And how to change default .NET warning level?
user avatar
1 vote
3 answers
846 views

I am currently working on ms build to publish my winform application based on the environment selected (Dev or Prod). I am using Ms Build Community Task and referencing this article to achieve this ...
reggie's user avatar
  • 153