marked tolerance as required input
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled

This commit is contained in:
Claire Kuang
2024-01-31 11:29:00 +00:00
parent 591ff49340
commit e3806f3fb4
2 changed files with 3 additions and 1 deletions
@@ -37,6 +37,8 @@ static class AutomateFunction
throw new Exception("Release branch has no commits");
}
var tolerance = functionInputs.Tolerance;
Console.WriteLine($"Comparing {testBranchName} against {releaseBranchName}");
// get the test and release commits
@@ -7,7 +7,7 @@ using System.ComponentModel.DataAnnotations;
/// are valid and match the required schema.
struct FunctionInputs
{
//[Required]
[Required]
public double Tolerance;
//public string Exclusions;