Files
Thermal-Resistance-Checker-…/SpeckleAutomateDotnetExample/Program.cs
T
oguzhankoral a62633974f
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled
Clean up
2024-11-12 16:19:17 +00:00

8 lines
250 B
C#

using Speckle.Automate.Sdk;
using TestAutomateFunction;
// WARNING do not delete this call, this is the actual execution of your function
return await AutomationRunner
.Main<FunctionInputs>(args, AutomateFunction.Run)
.ConfigureAwait(false);