예제 #1
0
 /// <summary>
 /// Creates a File list text file, that can be used to include or exclude files from the WSP package.
 /// </summary>
 public void CreateFileList()
 {
     Log.Information("Creating a WSP File list");
     FileProvider.CreateFileList(Config.Current.CreateWSPFileList, this.CabFiles);
 }