In Visual Studio 2017, to register custom check-in policies we would use privateregistry.bin located in %localappdata%\Microsoft\VisualStudio\15_..., and we would add keys to the following path:
\Software\Microsoft\VisualStudio\15.0_24405233Exp_Config\TeamFoundation\SourceControl\Checkin Policies
In Visual Studio 2019, we did the same thing, and it doesn't load our custom check-in policies. Is anything changed here?