.NET 6 introduced a change that requires self-contained to be explicitly specified if runtimeIdentifiers are too.
Details at: https://docs.microsoft.com/en-us/dotnet/core/compatibility/sdk/6.0/runtimeidentifier-self-contained
We might need to include <SelfContained>false</SelfContained> in each of the tool .csproj files, or change the arguments in the Pipelines/templates/dotenet-build-publish-all-platforms-job.yml file.
.NET 6 introduced a change that requires
self-containedto be explicitly specified ifruntimeIdentifiersare too.Details at: https://docs.microsoft.com/en-us/dotnet/core/compatibility/sdk/6.0/runtimeidentifier-self-contained
We might need to include
<SelfContained>false</SelfContained>in each of the tool .csproj files, or change the arguments in thePipelines/templates/dotenet-build-publish-all-platforms-job.ymlfile.