Open anubhms opened 4 years ago
Hi anubhms, Just following up to check if you still have this issue. Visual studio projects allows the ability to add non-project files/assets with the use of 'PackageReference' tags. Did you give that a try as well? Thanks
My Service Fabric project has this project reference to the web role project.
The WebRole.csproj looks like this -
When I build the webRole.csproj, the out directory looks something like this, the TestTarget copies all the files correctly to the Plugins directory-
But when I package the sfproj, the output looks like this, the Plugins folders is not present in the output - (to keep the diagram simple, have not included the config folder and manifest files)
What needs to be done so that sfproj packages the Plugins folder?
Plz let me know if more details like, sfproj file content, etc is needed.