marked tolerance as required input
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user