Open stan-osipov opened 3 years ago
The IBuildTasksContainer should contain only types:
IBuildTasksContainer
Example: IReadOnlyList<Type> PreBuildTasks { get; }
IReadOnlyList<Type> PreBuildTasks { get; }
The
IBuildTasksContainer
should contain only types:Example:
IReadOnlyList<Type> PreBuildTasks { get; }