问题
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