Merge branch 'master' of gitlab.pschneider.fr:Paul/nuget-host
This commit is contained in:
@ -28,7 +28,7 @@ namespace nuget_cli
|
||||
|
||||
foreach (string pkg in pkgs)
|
||||
{
|
||||
var report = await PushCommand.RunAsync(pkg,source,apiKey);
|
||||
var report = await PushCommand.RunAsync(pkg, source, apiKey);
|
||||
|
||||
pushReports.Add(report);
|
||||
}
|
||||
|
Reference in New Issue
Block a user