nuget - Visual Studios "extra" build files -


i looking create "publish" configuration vs solution build project , include files wish distribute.

i have switched off enable visual studios hosting process , set debug info in advanced build settings none.

i trying stop xml files , source browser database files come nuget packages getting copied publish directory (i assume these aren't required) - know how?

is there else should doing?

in end used post build event delete files didn't want.


Comments

Popular posts from this blog

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

rest - Spring boot: Request method 'PUT' not supported -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -