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

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

php - Redirect and hide target URL -