如下代码 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
如下代码 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
相关文章: