Skip to content

Commit

Permalink
Removed NuGetPackageUtilsTests and
Browse files Browse the repository at this point in the history
moved the tests to NugetPackageUtilTests.cs.
Also, fixed the existing tests to use the new signature for
InstallFromSourceAsync
  • Loading branch information
deepakaravindr committed Oct 15, 2015
1 parent 85556a3 commit d6e75a7
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 189 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ await ConcurrencyUtilities.ExecuteWithFileLocked(targetNupkg,
{
if (versionFolderPathContext.ExtractNuspecOnly)
{
ExtractNuspec(archive, targetNupkg, targetNuspec);
ExtractNuspec(archive, targetNuspec);
}
else
{
Expand Down
148 changes: 0 additions & 148 deletions test/NuGet.Core.Tests/NuGet.Packaging.Test/NuGetPackageUtilsTests.cs

This file was deleted.

Loading

0 comments on commit d6e75a7

Please sign in to comment.