Skip to content

Commit 6f041c6

Browse files
rfennellf2calv
andauthored
Fix for error on export due to Ambiguous match found for 'CasCap.Models.TriggerAzDO Boolean batch'.▓▓ (#217)
Co-authored-by: Alex Vincent <alexv@microsoft.com>
1 parent c936835 commit 6f041c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/CasCap.Apis.AzureDevOps/Models/Yaml/TriggerAzDO.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ namespace CasCap.Models;
33

44
public class TriggerAzDO : Trigger
55
{
6-
public new bool batch { get; set; }
6+
// comment out batch else get the error Unhandled exception. System.Reflection.AmbiguousMatchException: Ambiguous match found for 'CasCap.Models.TriggerAzDO Boolean batch'.
7+
//public new bool batch { get; set; }
78
//public new bool autoCancel { get; set; }
89
}

0 commit comments

Comments
 (0)