Build Step - NuGet Installer - Not Installed All Projects Packages

sorry for my bad english. I'm new in teamcity.

I have a Solution (Visual Studio 2015) with 2 projects:
- project_start_up
- project_core

project_start_up have a project_core's reference.

For this solution use two different nuget feed (one with the authenticated) for install the packages.

Then i create in teamcity a new Nuget Installer build step(NuGet version 3.4.4.1321) with:
- restore mode: Install
- Packages Sources: the two feed urls

and i created a "NuGet Feed Credentials" Build Feature for insert the credential for the feed with auth.

i run this build and the result is "success", but when i see the package on the "NuGet Package" Tab, there is not all library. The packages installed are only of the project "project_core".

From the build log, i see that found the two projects, but run the nuget installer only for "project_core" and finish the step.

Why are the "project_start_up" project packages not installed?
What have i to do?

Thanks

0
2 comments
Avatar
Permanently deleted user

Does anyone have any idea what the probem is?

0
Avatar
Permanently deleted user

I've seen this in my company - seems to be a problem for Visual Studio Website Project (the project type that doesn't get a real project file)

I'm still investigating the root cause but it doesn't seem to matter which version of nuget.exe I use, the log indicates that only packages related to dependent children are being restored. Curiously the website project appears twice during the package.config discovery process and I wonder if this is an issue.

0

Please sign in to leave a comment.