update workflow schema file. (#388)

This commit is contained in:
Tingluo Huang
2020-03-26 23:01:17 -04:00
committed by GitHub
parent e23d68f6e2
commit 3d70ef2da1
3 changed files with 4 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ namespace GitHub.DistributedTask.Pipelines.ObjectTemplating
{
public const String Always = "always";
public const String BooleanStepsContext = "boolean-steps-context";
public const String BooleanStrategyContext = "boolean-strategy-context";
public const String CancelTimeoutMinutes = "cancel-timeout-minutes";
public const String Cancelled = "cancelled";
public const String Checkout = "checkout";