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
Post a Comment