Most build systems that allow the creation of custom targets also have a command-line option for displaying the available targets in a project:
gradle tasks
rake --tasks
grunt --help
Developers working on projects that use MSBuild would benefit from a similar feature.
Most build systems that allow the creation of custom targets also have a command-line option for displaying the available targets in a project:
gradle tasks
rake --tasks
grunt --help
Developers working on projects that use MSBuild would benefit from a similar feature.