nuget commonly used command
nuget config -set http_proxy.password=
nuget config -set http_proxy="http:// @proxycompletename" nuget config -set http_proxy.user=" "
nuget sources add -name MyPackageSource -source https://pkgs.dev.azure.com/company/nuget/v3/index.json -username username -password password
Comments