I created two nuget packages for my two webassembly projects Client1 and Client2 and added a build target for each to retrieve the css files from that client and copy them to the main project, While everything in two clients are identical but the build target fromm Client1 executes and places css files in wwwroot\client1 of the main project, but wwwroot\client2 is not created when built, these are the screenshots:
I set both target files and css files to copyalways and they are in their bin folders but the second client files are not copied to the main project. why and how to solve this?


In Client2 Blazor project you didn't have Client2 Folder under wwwroot path image is showing Client1. @mz1378