nuget pack doesn't include project dependencies -


scenario:

  • project b references project a.
  • project b , both have .nuspec files , packages.config files
  • command issued: for /r %%f in (company.*.csproj) nuget pack "%%~ff" -properties configuration=release -basepath "%%~dpf" -includereferencedprojects

all project packages created successfully, nuget package project b not include project nuget package dependency. thought purpose of includereferencedprojects. missing?

can search https://nuget.codeplex.com/workitem/list/advanced see if there issue it? if not, please open new issue there, thanks!


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -