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
I first executed the command dotnet pack, and then executed dotnet nuget push -s http://Mysever/v3/index.json ./bin/Debug/MyPkg1.0.0.nupkg.
Expected behavior
I hope to be able to click on the Project URL on the webpage and be redirected to the corresponding project address, but that is not the case in reality.
The text was updated successfully, but these errors were encountered:
As stated in the title.
To Reproduce
Steps to reproduce the behavior:
.csporj
file.dotnet pack
, and then executeddotnet nuget push -s http://Mysever/v3/index.json ./bin/Debug/MyPkg1.0.0.nupkg
.Expected behavior
I hope to be able to click on the Project URL on the webpage and be redirected to the corresponding project address, but that is not the case in reality.
The text was updated successfully, but these errors were encountered: