Files
Claire Kuang b1872be922
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled
renames to SpeckleAutomateDotnetExample
2024-01-30 21:03:28 +00:00

7 lines
222 B
C#

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);