I am using 4 asp.net core web apps inside a solution. I want to create the structure of artifacts like in the image below using VSO template "ASP.NET CORE".
The template contains a Visual Studio Build (version 1*) task with MSBuildArguments "/p:DeployOnBuild=true /p:WebPublishMethod=Package /p:PackageAsSingleFile=true /p:SkipInvalidConfigurations=true /p:DesktopBuildPackageLocation="$(build.artifactstagingdirectory)\WebApp.zip" /p:DeployIisAppPath="Default Web Site" "
This results in a single WebApp.zip with the WebApps in solution. I want to create release definitions for each webapp using the azure deployment template and for that I'll need a zip file every for web app solution.