renames to SpeckleAutomateDotnetExample
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled

This commit is contained in:
Claire Kuang
2024-01-30 21:03:28 +00:00
parent aff5834508
commit b1872be922
9 changed files with 8 additions and 8 deletions
+6
View File
@@ -0,0 +1,6 @@
using Speckle.Automate.Sdk;
// WARNING do not delete this call, this is the actual execution of your function
return await AutomationRunner
.Main<FunctionInputs>(args, AutomateFunction.Run)
.ConfigureAwait(false);