diff --git a/build.cake b/build.cake index db4f168c..af2f9364 100644 --- a/build.cake +++ b/build.cake @@ -421,6 +421,8 @@ private void PublishPackages(ConvertableDirectoryPath packagesDir, ConvertableFi var codePackage = packagesDir + File(artifacts["nuget"]); Information("Pushing package " + codePackage); + + Information("Calling NuGetPush"); NuGetPush( codePackage,