Hello,
I'm deploying a PowerServer 2022 R2 project from a dedicated build server, running PBAutoBuild220.
PowerServer toolkit is unable to find the required Oracle NET data provider, which is usually downloaded automatically in PB/Snap when selecting the DB type (https://www.nuget.org/packages/Oracle.ManagedDataAccess.Core/3.21.100).
The standard dotnet package installation request from command line (dotnet add package Oracle.ManagedDataAccess.Core --version 3.21.110) cannot work because the C# project is not yet built, it is in fact up to the AutoBuild220 tool.
The error, at the very end of the project build:
Any clues?
Thanks,
Marco