Posts

Showing posts with the label nuget

Not continue in the TFS

Not continue in the TFS When I use TFS for dotnet deploy, some problem happened. 2018-06-23T06:02:58.9371796Z [command]C:Windowssystem32chcp.com 65001 2018-06-23T06:02:59.1090652Z Active code page: 65001 2018-06-23T06:02:59.1246888Z Found tool in cache: NuGet 4.0.0 x64 but it was stopped, Request timeout: /tools.json not continue to next step.i dont know how to fix it . in the regular, it will go to 2018-06-23T06:02:59.1403195Z Found tool in cache: NuGet 4.0.0 x64 2018-06-23T06:02:59.9841038Z 检测到 NuGet 版本 4.0.0.2283 / 4.0.0 2018-06-23T06:02:59.9841038Z SYSTEMVSSCONNECTION exists true 2018-06-23T06:03:00.0153870Z [command]D:vsts-agent-win7-x64-2.122.1_work_toolNuGet4.0.0x64nuget.exe restore D:vsts-agent-win7-x64-2.122.1_work48sxxxx.Service.Account.sln -PackagesDirectory ../packages -NonInteractive -ConfigFile D:vsts-agent-win7-x64-2.122.1_work48s.nugetNuGet.Config Any assistance would be greatly appreciated, I've been doing a bit of trial and error to find the issue ...