C:>nuget.exe delete Package1 1.0.0.0 -Source https://test.pkgs.visualstudio.com/_packaging/MyFeed/nuget/v2 -ApiKey VSTS
gives confirmation of package deleted
Package1 1.0.0.0 was deleted successfully.
However, when i refresh package management (TFS Web), the 'Package 1'
package is still show up in the Web interface. It shouldn't show here because it has been deleted. Right?
Problem: I can't further push package.
Error:
Failed to process due to conflict.
Why so?