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.

it should /solution/artifacts

https://docs.asp.net/en/latest/_images/solution-files.png

src folder , artifacts sibling folder.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -