Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
Add information output to help diagnostics.
Browse files Browse the repository at this point in the history
  • Loading branch information
troydai committed Jul 24, 2015
1 parent d35d7bf commit 0b22ca1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion makefile.shade
Expand Up @@ -39,6 +39,8 @@ use-standard-lifecycle

#nuget-install target='install' description='Publish all coherent packages'
@{
Log.Info("Removing old packages from latest folder");

if (string.IsNullOrEmpty(PACKAGE_DROP_SHARE))
{
Log.Warn("PACKAGE_DROP_SHARE environment varible is not set");
Expand All @@ -49,7 +51,6 @@ use-standard-lifecycle
var coherentPackageNames = Directory.GetFiles(BUILD_DIR, "*.nupkg").Select(p => Path.GetFileNameWithoutExtension(p));

var delete = new List<string>();

foreach (var latestPackageFolder in latestPackageFolders)
{
var projectName = Path.GetFileName(latestPackageFolder);
Expand Down

0 comments on commit 0b22ca1

Please sign in to comment.