We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6679c2d commit c1be49aCopy full SHA for c1be49a
src/FlubuCore/Scripting/DefaultBuildScript.cs
@@ -140,13 +140,11 @@ private void RunBuild(IFlubuSession flubuSession)
140
flubuSession.TargetTree.ResetTargetTree();
141
ConfigureDefaultProps(flubuSession);
142
BeforeBuildExecution(flubuSession);
143
-
144
145
- _scriptProperties.InjectProperties(this, flubuSession);
146
147
ConfigureBuildProperties(flubuSession);
148
ConfigureDefaultTargets(flubuSession);
149
+ _scriptProperties.InjectProperties(this, flubuSession);
+
150
_targetCreator.CreateTargetFromMethodAttributes(this, flubuSession);
151
OnBuildInitialized(flubuSession);
152
ConfigureTargets(flubuSession);
0 commit comments