The BuildInstallers switch defines if installers should be built which defaults to false. We should pass the switch in here: https://github.com/dotnet/dotnet/blob/eb82b31516b032924126ac2c81f3edca80911619/repo-projects/aspnetcore.proj#L12
-buildinstallers (Unix) / - BuildInstallers (Windows)
Note that there's also a join point on Windows in the installers which will fail the Windows dev leg when it gets enabled: dotnet/aspnetcore#52884
cc @jkoritzinsky @NikolaMilosavljevic