We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c335276 commit ce7873bCopy full SHA for ce7873b
1 file changed
build.cake
@@ -430,7 +430,7 @@ Task("ReleaseNotes")
430
Task("AppVeyor")
431
.IsDependentOn("Run-Code-Coverage")
432
.IsDependentOn("Upload-Coverage-Result")
433
- .IsDependentOn("Generate-Benchmark-Report")
+ //.IsDependentOn("Generate-Benchmark-Report")
434
.IsDependentOn("Create-NuGet-Package")
435
.IsDependentOn("Upload-AppVeyor-Artifacts")
436
.IsDependentOn("Publish-MyGet")
0 commit comments