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 with no success. I'm now a bit stuck with no error messages and no feedback on the outcome for the push.
but now it stopped, I don't know the reason.
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
When you say it was stopped, did you mean the build just hang up and run in an infinite loop? Will the build failed in the end? Have you checked if there are some process in your build agent hang up?
– PatrickLu-MSFT
yesterday