Description
There are part of the builds that we were using the existing .net on the machine, (for example to start cake scripts, or to start unit tests)
But sometimes we need to use the provisioned sdk/workloads. The problem is the dotnet tools like xharness are restored using the machine sdk and not the one we provisioned, so we should maybe to a dotnet tool restore after install dotnet or the dotnet-local-workloads.
Relevant log output
Run "dotnet tool restore" to make the "xharness" command available.
Description
There are part of the builds that we were using the existing .net on the machine, (for example to start cake scripts, or to start unit tests)
But sometimes we need to use the provisioned sdk/workloads. The problem is the dotnet tools like xharness are restored using the machine sdk and not the one we provisioned, so we should maybe to a
dotnet tool restoreafter install dotnet or the dotnet-local-workloads.Relevant log output