❔ Dotnet NuGet fetch packages with documentation
I can set
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> in the project file to enable copying the nuget packages on build. This makes the build in essence equivalent to publish. What I want, however, is for it to copy the xmls with the documentation instead, be it in publish or on build, I don't care. These xmls with documentation are located next to the dlls in the nuget packages. What property do I have to set to enable this?