One specific nuget package is not getting pushed to gitlab

不打扰是莪最后的温柔 提交于 2021-01-29 13:13:25

问题


I am pushing packages to one of my gitlab repositories.

All the packages are pushing fine except for one version of one package.

I have three versions of the same package

And I am giving this as the source to dotnet nuget push command and 2.0.0 and 2.0.1 packages are pushed successfully while 1.0.1 package is never getting pushed.

And it does not give any error, it even shows in the command line that it is trying to push all the three folder packages one by one and showed success for all of them but everytime leaves 1.0.1.

The only difference is that 1.0.1 targets .net 4 while other two are .net core projects.

I thought initially that that could be the reason but the checked that there is another project with multiple version and few of them targeting .net 4 and they got pushed successfully.

Not sure what is wrong with this particular package.

And the problem is it never shows any error, always shows success.

来源:https://stackoverflow.com/questions/61932481/one-specific-nuget-package-is-not-getting-pushed-to-gitlab

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!