asp.net core - where should the "artifacts" folder belong to? -
when build solution within visual studio 2015 (asp.net 5), creates 2 "artifacts" folders:
/solution/artifacts
/solution/src/artifacts
and when checking assemblies found created under /solution/src/artifacts
is there wrong project file doing such, or intentionally designed?
thanks.
Comments
Post a Comment