dotnet-campus / SourceYard

Add a NuGet package only for dll reference? By using dotnetCampus.SourceYard, you can pack a NuGet package with source code. By installing the new source code package, all source codes behaviors just like it is in your project.
MIT License
51 stars 12 forks source link

GitHub package source is not supported. #50

Closed walterlv closed 4 years ago

walterlv commented 5 years ago
PS D:\Developments\dotnetCampus\Walterlv.Packages\bin\d> nuget push .\*.0.7.0-alpha.nupkg -Source "GitHub"
警告: No API Key was provided and no API Key could be found for 'https://nuget.pkg.github.com/walterlv'. To save an API Key for a source use the 'setApiKey' command.
Pushing Walterlv.Collections.Source.0.7.0-alpha.nupkg to 'https://nuget.pkg.github.com/walterlv'...
  PUT https://nuget.pkg.github.com/walterlv/
警告: RepoAcceptsPackageUploads: Repository "walterlv/Walterlv.Collections.Source" not found.
  BadRequest https://nuget.pkg.github.com/walterlv/ 3443ms
响应状态代码不指示成功: 400 (Bad Request)。

If I remove the .Source postfix, all operations success.

lindexi commented 5 years ago

左转GITHUB或你在NUGET添加声明在对应哪个仓库

walterlv commented 5 years ago

@lindexi 需要 SourceYard 将这些信息写进去

lindexi commented 4 years ago

修复了