We are using Visual Studio Online (now Visual Studio Team Services) and our front end team have chosen Git as their repository. I want to implement CI for them so that every time they commit changes, I want to copy the flat html files to a different server. There is no solution (.sln) or project (.csproj) file.
How can I achieve this?