Updating the CLI package worked. Thanks.
We have an Azure DevOps pipeline that has been working for the past 6 or 7 months without incident. This morning we tried deploying changes and we're getting the following error:
Tool 'volo.abp.cli' 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 'volo.abp.cli' failed to install. Contact the tool author for assistance.
when running the following command:
dotnet tool install -g Volo.Abp.Cli
I ran the same command locally with verbosity enabled:
dotnet tool install -g Volo.Abp.Cli --verbosity detailed
And while most of the 'GET's return with an 'OK', I do see the following.
[NuGet Manager] [Info] NotFound https://nuget.abp.io/xxx/v3/registration/volo.abp.cli/index.json 161ms
When I try to browse to that URL in a browser I receive a not found error as well. I see that you had a outage earlier this morning, but your status page says that has since been resolved.
We do NOT use the ABP Studio, so everything is through the CLI.
Do we need to update anything on our side?
Thanks.
