C#: Add pattern that only accepts 'true' and 'false' as the buildless option.

This commit is contained in:
Michael Nebel
2022-03-02 09:03:50 +01:00
parent c5ddf6110f
commit fc89888c74

View File

@@ -40,3 +40,4 @@ options:
and should only be used in cases where it is not possible to build
the code (for example if it uses inaccessible dependencies).
type: string
pattern: "^(false|true)$"