I have an internal nuget repo on tfs, and when I install an internally created package, the "Packages" under "Dependencies" shows that it was installed, but with a yellow triangle w/ exclamation point. The package itself under "properties" shows only the Name and Version, but nothing else, like the path. Other internally built nuget packages install just fine.
When I manually download the nuget package, it has everything - the assets, the dll, the different other things. When I run the install
command in the Package Manager Console using -verbose
, I see no errors. The troubleshooting help from Microsoft isn't helping in this case.
I am not sure what else I could do to figure out why this is happening. Help?