I have three separate projects each configured to do a nuget push action when I consider them a release build by creating the release branch. CI/CD kicks in and automatically create/updates the package. This works fine on two of the three NuGet packages. Now I am not able to get the third package to read the details in the csproj.
The pipelines are the same, has this been updated recently to require additional configuration to read the contents of the csproj file?