There is my web server Asp.Net Core and on the same computer is Team Foundation Server. There is a remote computer where I am developing.
I want my project to compile and run a new version of it when I salt them on Team Foundation Server (or when I send the command, recompile and run).
Generally prompted continuous integration, but I still do not understand how to implement it?

    0