You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Compiled projects to run NUnit tests:
/Users/vsts/agent/2.144.2/work/1/s/xxx.Application.Tests/bin/Debug/netcoreapp2.1/xxx.Application.Tests.dll
/Users/vsts/agent/2.144.2/work/1/s/xxx.Core.Tests/bin/Debug/netcoreapp2.1/xxx.Core.Tests.dll
/Users/vsts/agent/2.144.2/work/1/s/xxx.Data.Tests/bin/Debug/netcoreapp2.1/xxx.Data.Tests.dll
/Users/vsts/agent/2.144.2/work/1/s/xxx.Presentation.Tests/bin/Debug/netcoreapp2.1/xxx.Presentation.Tests.dll
Running NUnit tests:
find: nunit3-console: No such file or directory
NUnit tests result:
##[warning]Build agent connection lost
##[warning]Build agent connection lost
##[warning]Build agent connection lost
##[warning]Build agent connection lost
At this point it just continually prints ##[warning]Build agent connection lost.
Any idea why this might be happening? There's no other output than this in the build console.
When using the NUnit appcenter-post-build.sh the build reaches this point and completely hangs:
At this point it just continually prints
##[warning]Build agent connection lost.Any idea why this might be happening? There's no other output than this in the build console.