mirror of
https://github.com/nsnail/NSCodeAnalysis.git
synced 2025-04-12 22:42:51 +08:00
cake脚本有误
This commit is contained in:
parent
bf7ddcec66
commit
8c4ad9d573
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user