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
You are using -s to set the source, which only works for the dotnet nuget cli. When using nuget.exe, you need -Source or -src.
To use -s, you need to call dotnet nuget delete....
Hi,
Can you please help me with the command for deleting a nupkg package from Bagetter through Command line.
I tried the below command and it throws: The remote server returned an error: (404) Not Found..
"C:\Nuget.exe" delete package_name 1.1.1 -s http://localhost/BagetterSource/v3/index.json
Also, i tried adding ApiKey in the command and it results the same error.
Kindly help me with the command to delete the package. Thanks
The text was updated successfully, but these errors were encountered: