コード例 #1
0
 public override void Context()
 {
     configuration.Sources = "https://localhost/somewhere/out/there";
     command = new ChocolateySourceCommand(configSettingsService.Object);
 }
コード例 #2
0
 public override void Context()
 {
     configuration.Sources = "https://localhost/somewhere/out/there";
     command = new ChocolateySourceCommand(configSettingsService.Object);
 }