예제 #1
0
 public ManifestManager(DeployConfig config)
 {
     _config = config;
     _editor = new ManifestEditor(_config.DirBuildManifest);
     _signee = new ManifestSignee(_config);
 }
예제 #2
0
 public ManifestManager(DeployConfig config)
 {
     _config = config;
     _editor = new ManifestEditor(_config.DirBuildManifest);
     _signee = new ManifestSignee(_config);
 }