From d198e5ac37b328e5ab197f3ddd825e5e01a29d7c Mon Sep 17 00:00:00 2001 From: "L. Ellenbeck" <ellenbeck@itc.rwth-aachen.de> Date: Wed, 22 Jan 2020 16:37:51 +0100 Subject: [PATCH] minor fix --- build.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.cake b/build.cake index e56efea..fbfb318 100644 --- a/build.cake +++ b/build.cake @@ -298,7 +298,7 @@ Task("NugetPush") Information("Need to push {0} packages", nupkgs.Count); if(!String.IsNullOrWhiteSpace(nugetApiKey)) { foreach(var nupkg in nupkgs) { - Information("Pushing {0}", nupkg);) + Information("Pushing {0}", nupkg); NuGetPush(nupkg, new NuGetPushSettings { Source = nugetSource, ApiKey = nugetApiKey -- GitLab