Exemplo n.º 1
0
 public void BuildPending(string dest = null, bool force = false)
 {
     try
     {
         DDBWrapper.Build(DatasetFolderPath, null, dest, force, true);
     }
     catch (DDBException ex)
     {
         throw new InvalidOperationException($"Cannot build pending from ddb '{DatasetFolderPath}'", ex);
     }
 }