You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for new -SkipDuplicate option in NuGet 5.1 (#85)
* Added support for new -SkipDuplicate option in NuGet 5.1
* removed empty line in NuGetODataController.cs
* DuplicatePackageException now extends Exception instead of InvalidOperationException
* Fixed test ServerPackageRepositoryAddPackageRejectsDuplicatesWithSemVer2 by replacing InvalidOperationException with DuplicatePackageException
* Added test PushDuplicatePackage
0 commit comments