0

I am new to CI and TFS 2015.

I have created a .net core 2.0 webapi and trying to setup the CI using TFS 2015.

I am getting the error as shown in the attachment. Also i have attached the setup i did in TFS 2015 to build asp.net core application.

Can anyone please help to solve this? Setup error

Thanks

Mukil Deepthi
  • 6,072
  • 13
  • 71
  • 156

1 Answers1

0

The log has indicated a 407 (Proxy Authentication Required) error. Try the steps below:

  • download the command line version of nuget
  • add it to the path env var
  • nuget.exe config -set http_proxy=http://proxy:port
  • nuget.exe config -set http_proxy.user=Domain\Username
  • nuget.exe config -set http_proxy.password=myPassword
Cece Dong - MSFT
  • 29,631
  • 1
  • 24
  • 39