cake脚本有误

This commit is contained in:
nsnail 2023-01-19 16:39:41 +08:00
parent bf7ddcec66
commit 8c4ad9d573

View File

@ -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<string>("nuget-key", null);