From bafa8cc97e21617b1018182efbcc3698c63787c6 Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Sun, 21 Oct 2018 21:03:30 +0100 Subject: [PATCH] dont publish packages --- build.cake | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build.cake b/build.cake index 8774b61324..c729a4bb8d 100644 --- a/build.cake +++ b/build.cake @@ -369,9 +369,7 @@ Task("Package") Task("AppVeyor") .IsDependentOn("Package") .IsDependentOn("Copy-Files-Impl") - .IsDependentOn("Zip-Files-Impl") - .IsDependentOn("Publish-MyGet-Impl") - .IsDependentOn("Publish-NuGet-Impl"); + .IsDependentOn("Zip-Files-Impl"); Task("Travis") .IsDependentOn("Run-Tests"); @@ -386,8 +384,6 @@ Task("Azure-Windows") .IsDependentOn("Package") .IsDependentOn("Copy-Files-Impl") .IsDependentOn("Zip-Files-Impl") - .IsDependentOn("Publish-MyGet-Impl") - .IsDependentOn("Publish-NuGet-Impl"); /////////////////////////////////////////////////////////////////////////////// // EXECUTE