Haven't just set up a grid server, it seems to be building code and running tests successfully but emits these warnings for projects that target .net standard...
Quote:
<Project name> : Unable to build .NET Core/Standard under the local system account
"NET Core and NET Standard projects can't be reliably built under a local system account."
Both grid node and local client are 3.31.03.
I don't see these warnings when building locally or if I remote into the machine hosting the grid server and run Ncrunch using the local server from VS.
I can manually hide the warnings but are they trying to tell me something I should be concerned about?