예제 #1
0
 public void Run()
 {
     if (ProductVersion.IsNullOrEmpty())
     {
         throw new ArgumentNullException("ProductVersion");
     }
     //ParamHelper.EvalInline(Vars);
     DirectoryHelper.VerifyEmptyDir(TempDir);
     PrepareFolder();
     Build();
 }