Replies: 3 comments
-
|
I am having the same issue. You can see the package if you go to https://github.com/orgs/TDS-NO/packages/nuget/package/TDS.Interface.Log |
Beta Was this translation helpful? Give feedback.
-
|
I just figured it out. I just had to add a |
Beta Was this translation helpful? Give feedback.
-
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
Hi
I am new to github packages. I have tried to upload my nuget package, but it's not visible on my github page. Why ?
What I did.
Created a new GithUb user (TDS-NO)
Created a classic token with write, read and delete access.
created a new private repository for my user
run this from the command window
dotnet nuget push "C:/TDS/LIB/.NET Core/TDS.Build.NuGet/2025.3.7/TDS.Interface.Log.2025.3.7.nupkg" --api-key ************* --source "https://nuget.pkg.github.com/TDS-NO/index.json"
The package is pushed ok
Pushing TDS.Interface.Log.2025.3.7.nupkg to 'https://nuget.pkg.github.com/TDS-NO'...
PUT https://nuget.pkg.github.com/TDS-NO/
OK https://nuget.pkg.github.com/TDS-NO/ 515ms
Your package was pushed.
Expected to se the package on my user under the tab 'Packages', but there is nothing there ...
So wher is my package and how to see it ?
Regards
Beta Was this translation helpful? Give feedback.
All reactions