Merge branch 'master' of gitlab.pschneider.fr:Paul/nuget-host
This commit is contained in:
commit
54a900c361
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue