Interface ICopierBuildResults
Copy build results of dependency project into parent project
Namespace: BuildSystem.ProjectList
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public interface ICopierBuildResults
Properties
Props
Properties
Declaration
ICopierBuildResultsProps Props { get; }
Property Value
Type | Description |
---|---|
ICopierBuildResultsProps |
Methods
CopyBuildResults(IProject, IProject, Variant)
Copy build results of dependency project into parent project
Declaration
void CopyBuildResults(IProject parentProject, IProject project, Variant variant)
Parameters
Type | Name | Description |
---|---|---|
IProject | parentProject | |
IProject | project | |
Variant | variant |