示例#1
0
 /// <summary>
 /// This method is called repeatedly to execute the target in multi-threaded mode. In single
 /// threaded mode it is called once and it loops internally until the execution is finished.
 /// </summary>
 /// <param name="buildContext">Context within which the target is being executed</param>
 /// <param name="taskExecutionContext">Result of last execution (multi-threaded only)</param>
 internal void ContinueBuild(ProjectBuildState buildContext, TaskExecutionContext taskExecutionContext)
 {
     executionState.ContinueBuild(buildContext, taskExecutionContext);
 }