Replies: 3 comments 1 reply
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
Intermittent NuGet pushes usually aren’t a packaging bug but an upload/validation/visibility issue in the feed. Things to check quickly:
Suggested immediate fixes: enable detailed logging in the push command and capture responses, implement retries with exponential backoff, and add a post-push validation step that queries the feed’s package metadata endpoint (so you fail loudly if processing didn’t complete). These steps will show whether this is client-side, transient network/service behavior, or a feed validation problem. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
I use a powershell to package and upload my nugets. Most of the time this works perfectly. Sometimes I do see my script running perfecly but my nugets aren't becoming visble in the nuget feed. When I edit the query to go to my nuget specs, I do see the files created, but its not created successfully (I check this by changing some nuget properties and getting the "cannot edit right now" error messge. Why is this failing since I cn't seem to find any logging or other indication of what is going wrong. Yes my nuget names are quite long,but since I don't get a warning or error I don't blame my long names. If this is an issue I blaim the github developer for failing to write proper checks.
Beta Was this translation helpful? Give feedback.
All reactions