I have a Visual Studio Solution which has multiple websites projects.
I'm currently running a build in VSTS against 1 repository which is creating a drop.zip
artifact that has produced 3 websites segmented by their project/folder name.
Now I'd like to have 3 release definitions which publish each of the respective folders to Azure App Service.
How can this be done?
Inside of the Azure App Service Release step, I can only point to a single Zip file. I need to point to a folder inside the Zip the file, correct?