so for background. We are working for client with SFDX and packaged. We have build 3 packages trough last 2 years. Everything worked fine until today. We have huge development for last 4 months and finally got to the point of building new version fixing bugs and production deployment. So to do that one need to promote package version. While trying to do that with commend:
sfdx force:package:version:create -x -p xxxxxxxxxx -codecoverage
I dried to promote version but i requested code coverage check. So I did the commend and error:
ERROR running force:package:version:create: No such column 'SourceOrg' on sobject of type Package2VersionCreateRequest
Try this: Your Dev Hub does not have permission to specify a source org for your build org. Verify that you are authenticated to the correct Dev Hub and try again. Otherwise, contact Salesforce Customer Support for assistance.
I can create scratch org, new version of package, install versions on sandboxes. The package has 0 code in it. Would be grateful for any help.