如下代码  dotnet restore 添加2个包源,2个-s,一个是官方的,一个是内网的。

 

 

RUN dotnet restore "FONE.Gateway/FONE.Gateway.csproj" -s http://10.10.1.66:1000/v3/index.json -s https://api.nuget.org/v3/index.json

 

相关文章:

  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
  • 2022-01-06
  • 2022-02-08
  • 2021-08-22
  • 2021-05-06
  • 2021-09-27
猜你喜欢
  • 2022-12-23
  • 2021-05-09
  • 2022-01-10
  • 2021-09-22
  • 2021-04-15
  • 2022-12-23
  • 2021-10-08
相关资源
相似解决方案