Combine results of several pipeline jobs into azure web app package
问题 We're in the process of moving our product to an azure web app. We have an extensive existing pipeline containing multiple parallel jobs. One of these jobs compiles a asp.net web application. Some others compile a vue.js website. Currently, the results of the web application and the vue projects are combined in a separate stage, using a powershell script. Now I can convert the publish step of the web application to generate a deployment package for azure. But what is the best way of also