Skip to content

[dotnet-pgo] Internal packaging issue with dotnet-pgo 10.0.0-* packages #115048

@ivanpovazan

Description

@ivanpovazan

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

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions