I have project A which has dependency on project B but there is no reference from B to A. I want build and copy assemblies in bin folder of project B to bin folder of project A. how can I do this with post build event and dotnet msbuild.
I found this link but it works for VS 2015 and below and MS-Build:
Build another project by prebuild event without adding reference