How to publish artifacts separately for each project in solution from VSTS CI pipeline?
问题 In my solution, I have two projects (a Asp.net MVC and a Windows Service). I want to create CI/CD pipeline to deploy web application and windows service on different VMs. But to achieve this my CI pipeline should be able to publish artifacts separately for both project and then I can feed these artifacts in CD pipeline for deployment. How artifacts for all projects can be published separately in a CI pipeline ? PS: If I create two solutions each with one project only and create CI/CD pipeline