-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix for correctly including packages.config and internalPackages.config from Nuget-Project. #5
base: feature/2.14.0
Are you sure you want to change the base?
Conversation
…ig from Nuget-Project.
Hi, thanks for the fix. Can you add an example to one of the test projects? |
Unit test created |
@@ -178,6 +178,23 @@ public void TestGetDependenciesInner() | |||
&& ((XElement)obj).Attribute("version").Value == "1.24.0"); | |||
} | |||
|
|||
[TestMethod] | |||
public void TestGetDependencies_InternalPackages() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test passes with and without the fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, of course, it was a wrong test. Correction made.
Any timeline on this being merged and getting a new release out? This issue is preventing any of my nuget dependencies being included in the nuspec file... can you suggest any workaround in the mean time? Great package by the way. |
…automatically, without excplicitly adding them into NuGet Package project.
#4 - Fix for correctly including packages.config and internalPackages.config from Nuget-Project.