Ask a questionAsk a question
 

AnswerUI FOR MSBUILD

  • Thursday, November 05, 2009 10:18 PMswisschess Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    We are shifting from using bat scripts to MSbuild for deployment. I have written msbuild scripts with targets from repository checkout to merge, however now, I need to kick off my build from a web page.

    The UI I have planned has a drop down which contains all the web project names and then another drop down which has environment options like test, prod, etc.

    So, how can I trigger the build.xml file inside my on click button (say a Build button after selecting the project name and environment) event handler.

    The above could be explained keeping just one project and one environment in mind.

Answers

All Replies