How to publish asp.net website using AzureDevOps in ftp
问题 I want my project (asp.net api) to be enabled CI/CD using AzureDevOps as my CI/CD Tool. I want my published files to uploaded to my hosting provider via FTP. Currently what happens is when build the product via Azure DevOps it create the application as Msdeploy file. which is not supported in my hosting provider via ftp Build Build Artifact As you see the build artifact which is in the format of the web deploy Release trying to upload the artifact which is the zip files and ms deploy files.