예제 #1
0
 public GenerateNuGetSpecTask WithFile(IFile file, string target, string exclude = null)
 {
     var path = file.GetRelativePath(_destination.Directory); // todo: check
         //file.AbsolutePath;
     return WithFile(path, target, exclude);
 }