Questions tagged [msbuild-task]

MSBuild tasks give the MSBuild platform the ability to execute any number of actions during the build process. A task is a unit of executable code used by MSBuild to perform atomic build operations.

MSBuild tasks give the MSBuild platform the ability to execute any number of actions during the build process. A task is a unit of executable code used by MSBuild to perform atomic build operations.

741 questions
-1
votes
1 answer

Azure Pipeline - One csproj is missing in the build

I developed a new project and add it to an already existing solution. When I sent it to my Git repos the pipeline don't zip it and don't add it to the drop folder that I'm targeting so after in my release I can't deploy it to Azure because the file…
-1
votes
3 answers

Command line tool or dotnet tool to remove unused using in compile time

Is there any way to remove unused using statement in compile time? it can be any cli tool or dotnet tool. The reason is follwing: We have code generator, and this code generator generates a lot of using, but in some cases the usings are need, and…
György Gulyás
  • 1,290
  • 11
  • 37
-1
votes
1 answer

Avoid .CONFIG files in Build task TFS

there's any property that I could set in MSBuild Argument in order to avoid config files in Build task?
Juan Ruiz
  • 5
  • 4
-1
votes
2 answers

Build sources with shelveset and changset

I'm using TFS 2010 and Visual Studio 2013. When I queue build I can select option "Latest sources with shelveset" and select shelveset and it is working ok. I can also set given version on Parameters tab as MSBuild Arguments for eg. by changeset…
abc667
  • 514
  • 4
  • 19
-2
votes
1 answer

MSBuild with multiple dependency projects/solutions

I have a repository and it has multiple solutions and for each solution there are dependencies of other project (in other solutions too). How can resolve dependency issues with the help of msbuild commandline
-12
votes
1 answer

How does one use the WebGreaseTask MSBuild Task from WebGrease?

In the documentation for WebGrease, it talks about using an MSBuild task to do minification at build time. However, when I add the task to my project file, it fails. Here are the lines I've added to my project
anon
1 2 3
49
50