Exemplo n.º 1
0
 public LinkerAssemblyResolver(BuildDistTask buildDistTask)
 {
     task = buildDistTask;
 }
Exemplo n.º 2
0
 public MarkStepWithUnresolvedLogging(BuildDistTask task)
 {
     this.task = task;
 }