From 8c4ad9d573650c06d7ffd0d3dbad86c9c34ef763 Mon Sep 17 00:00:00 2001 From: nsnail Date: Thu, 19 Jan 2023 16:39:41 +0800 Subject: [PATCH] =?UTF-8?q?cake=E8=84=9A=E6=9C=AC=E6=9C=89=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.cake b/build.cake index ec172e3..189e5bd 100644 --- a/build.cake +++ b/build.cake @@ -80,7 +80,7 @@ Task("Build") Task("Publish-NuGet") //.WithCriteria(ctx => BuildSystem.IsRunningOnGitHubActions, "Not running on GitHub Actions") - //.IsDependentOn("Package") + .IsDependentOn("Build") .Does(context => { var apiKey = Argument("nuget-key", null);