CommonBuildToolset / CBT.Modules

Modules for CBT
MIT License
9 stars 5 forks source link

msbuild /t:Restore doesn't generate NugetPath_ Properties #226

Open kingerja opened 6 years ago

kingerja commented 6 years ago

all the packages get installed appropriately when running msbuild /t:Restore. However the property generation occurs when the dirs.proj is walked and the projects are evaluated and so if a project is a <ProjectReference and not in the dirs.proj it restores packages but doesn’t generate the NuGetPath_ properties.