'trigger a gulp task from c# code running on azure server

I have a gulpfile which is compiled on the local machine before deployment. The website is hosted in azure.

I am looking to have a handler in c# code that will run the gulp task on the server everytime a button on the website is pressed.

How is this possible?

Thanks in advance



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source