Files
Regression-Testing/SpeckleAutomateDotnetExample/Program.cs
T
Claire Kuang cc84d5c4a1 Initial commit
2024-01-28 14:26:24 +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);