将Artifactory
从5.5.x
升级到6.8.7
现在nuget
工件下载不起作用
artifactory.log
PM> ./nuget install Mitchell.CSG.ArtifactGeneration.Events -verbosity detailed
NuGet Version: 4.9.4.5839
Feeds used:
http://qa-repo.mitchell.com/artifactory/api/nuget/test-sk/
Installing package 'Mitchell.CSG.ArtifactGeneration.Events' to 'C:\Users\sk101574\Downloads'.
GET http://qa-repo.mitchell.com/artifactory/api/nuget/test-sk/FindPackagesById()?id='Mitchell.CSG.ArtifactGeneration.Events'&semVerLevel=2.0.0
OK http://qa-repo.mitchell.com/artifactory/api/nuget/test-sk/FindPackagesById()?id='Mitchell.CSG.ArtifactGeneration.Events'&semVerLevel=2.0.0 20ms
./nuget : Unable to find package 'Mitchell.CSG.ArtifactGeneration.Events'
At line:1 char:1
+ ./nuget install Mitchell.CSG.ArtifactGeneration.Events -verbosity det ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (Unable to find ...eration.Events':String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
NuGet.CommandLine.CommandLineException: Unable to find package 'Mitchell.CSG.ArtifactGeneration.Events'
at NuGet.CommandLine.InstallCommand.<InstallPackageAsync>d__40.MoveNext()