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:
parent
803b9890e2
commit
b55f980531
4 changed files with 585 additions and 77 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue