Camera FOV in build with custom render pipeline in Unity 2019.3

I have a problem when building a project using Unity 2019.3 with custom render pipeline. In editor and in play mode my scene is being rendered correctly, but in standalone Win build FOV seems to be so tiny that the small region of my scene is stretched all over the screen.

I tried to remove the custom render asset (HDRP or URP) from Graphics settings in Project Settings and it solved the problem. But I need both URP and 2010.3 (or higher) for the project. Any clues?

Here are pictures of normal scene and build scene:


is there only one camera in the scene? HDRP does not support multi layering camera’s

if not, I think we would need some more information to detect the problem.