@atripp I am having the same problem as @prnei_4140 in that I cannot add only one of the permissions; they all get added automatically. Is this a known issue?
C
cfrolik_9952
@cfrolik_9952
0
Reputation
3
Posts
1
Profile views
0
Followers
0
Following
Best posts made by cfrolik_9952
This user hasn't posted anything yet.
Latest posts made by cfrolik_9952
-
RE: `dotnet nuget push --skip-duplicate` does not work as expected
-
RE: `dotnet nuget push --skip-duplicate` does not work as expected
@atripp Thank you for the quick response. It's not obvious to me how to change this permission to API Keys, the checkboxes in the web UI are labelled:
- Grant access to Native API
- Grant access to Package Promotion API
- Grant access to Webhooks API
- Grant access to Repackaging API
- Grant access to Feed Management API
- Grant access to Connector Health API
- Grant access to Feed API
I'm guessing there's another place I need to go to remove the
Feeds_OverwritePackage
from the API key, but it's not obvious how to do this in the web UI. -
RE: `dotnet nuget push --skip-duplicate` does not work as expected
@atripp
--skip-duplicate
is still not working with ProGet 5.3.2. To be clear, the behavior I'm expecting is "publish this package only if this version doesn't exist yet, otherwise do nothing." It appears that even with--skip-duplicate
, package versions are overwritten which is not ideal.