Пример #1
0
 public SelfHostSettings(SelfHostBuildConfiguration buildConfiguration)
 {
     BuildConfiguration = buildConfiguration;
 }
 public BuildProjectCmd(long projectId, BuildType type, SelfHostBuildConfiguration cfg)
 {
     ProjectId = projectId;
     Type      = type;
     Cfg       = cfg;
 }