Search code examples
visual-studio-2017asp.net-core-2.0tfs-2015asp.net-core-webapi

asp.net core 2.0 not building in TFS 2015


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


Solution

  • 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