Suite: Fix false build warning before code generation #13452
When project is MVC+Tiered (or Blazor+Tiered), a warning message is displayed about "solution is not built" but actually it is built. This doesn't prevent code generation but delays.
@ebicoglu When the solution is tiered, Volo.Abp.Commercial.SuiteTemplates.dll
is in HttpApi.Host project. But Suite searchs it in Web project. This PR fixes it.
@gizemmutukurt You can't test this on dev environment. So i didn't assign you.