Add option to bundle WWCMD into the Solution (for MSBuild users)

1
Voted

Similar to the way that NuGet allows you to create an MSBuild-integrated workflow, Web Workbench Pro should allow you to create an MSBuild-integrated way of running the build process. In a similar way to NuGet, Web Workbench Pro could allow you to right click a solution and "Add MSBuild-Integrated WWCMD" which would then copy (or download and copy) the files required by WWCMD into a .wwcmd folder.

A post- or pre-build task could then be added to the necessary projects' Visual Studio project files, which would then use the WWCMD files within the .wwcmd folder, as added to the solution, to perform the necessary tasks as prescribed by the Visual Studio project file.

This would allow us to ensure that the project was built using the same tools that we use to develop our websites on our build servers.

Status: New