1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-06 00:05:59 +02:00

Refactored code to resolve custom build properties in Beef projects.

This commit is contained in:
LAPTOP-NV8MPI8C\Yuvan Wickramasinghe 2025-03-27 15:28:12 -07:00
parent 803b9890e2
commit b55f980531
No known key found for this signature in database
4 changed files with 585 additions and 77 deletions

View file

@ -1375,6 +1375,9 @@ namespace IDE
public bool QueueProjectCompile(Project project, Project hotProject, IDEApp.BuildCompletedCmd completedCompileCmd, List<String> hotFileNames, CompileKind compileKind)
{
CustomBuildProperties.ResolveProjectProperties(project);
defer CustomBuildProperties.UnresolveProjectProperties(project);
project.mLastDidBuild = false;
TestManager.ProjectInfo testProjectInfo = null;