I am using Asp.Net Mvc with Visual Studio 2017 Enterprise.
I am synchronizing my files with Visual Studio Team Services(VSTS) in the cloud.
I dont want to use Publish in Visual Studio. When i Check In my files to VSTS, i want VSTS to send my files to my server via FTP Upload.
I tried some menus in VSTS but i couldn't managed it.
My purpose is Publishing my files (built in my local pc via Visual Studio) by clicking only Check In Button.
By the way i used an VSTS extension named "FTP Uploader", but i couldn't managed it. It didn't work.
So i need a solution for this. Thanks anyway.