Open Closed

Cots binaries listing functionality from command line #1162


User avatar
0
uyarbtrlp created
  • ABP Framework version: v4.2.2
  • UI type:MVC
  • DB provider: EF Core
  • Tiered (MVC) ): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:

Hello, In our automation platform, we want to get the cots binary from your repository, but the following comment "nuget list -source https://nuget.abp.io/secret/v3/index.json" returns "WARNING: This version of nuget.exe does not support listing packages from package source 'https://nuget.abp.io/secret/v3/index.json'. No packages found." How can we get the cots binaries? So, we want to hold it our local repository.


4 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    Sorry, Can you explain in detail?

  • User Avatar
    0
    uyarbtrlp created

    In our ci/cd environment we want to hold all Volo.Abp related binaries in our local binary repository. For example from nuget.org you can get the list of all Volo related nuget packages by following command: nuget list Volo.Abp -Source https://api.nuget.org/v3/index.json after getting the list, we just install and push the binaries in our local binary repository. We want to do similar thing for Volo’s COTS binaries. But the same nuget list cli command return nothing for following repo: https://nuget.abp.io/secret/v3/index.json Basically, we want to get the list of COTS binaries then install & push them into our local binary repo. In this way, we can always access old and new version of the binaries. We can avoid ‘no longer support following version’ situation. Can you suggest us a way to get COTS binaries from command line or any other way?

  • User Avatar
    0
    uyarbtrlp created

    Is there any update for the issue?

  • User Avatar
    0
    ilkayilknur created

    Hi, I tried search command and it worked. You can use it.

    nuget search -source https://nuget.abp.io/secret/v3/index.json

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11