How to set build type(Release/Debug) for Continuous deployment using GIT in Azure App Service

Viewed 157

I'm using the Azure Continuous deployment service. It is useful, but I don't know how to change the build type to Debug. It always works as Release build.

1 Answers
Related