Description
When trying to install 10.0.0-* version of dotnet-pgo tool, the installation fails due to missing DotnetToolSettings.xml file:
dotnet tool install -g dotnet-pgo --version 10.0.0-preview.4.25223.119 --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json
Tool 'dotnet-pgo' failed to update due to the following:
The settings file in the tool's NuGet package is invalid: Settings file 'DotnetToolSettings.xml' was not found in the package.
Tool 'dotnet-pgo' failed to install. Contact the tool author for assistance.
This seems like a regression as installing 9.0.1.* version completes successfully:
dotnet tool install -g dotnet-pgo --version 9.0.1-rtm.24576.8 --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json