Skip to content

Commit

Permalink
Fix for error on export due to Ambiguous match found for 'CasCap.Mode…
Browse files Browse the repository at this point in the history
…ls.TriggerAzDO Boolean batch'.▓▓ (#217)

Co-authored-by: Alex Vincent <[email protected]>
  • Loading branch information
rfennell and f2calv authored Nov 19, 2024
1 parent c936835 commit 6f041c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/CasCap.Apis.AzureDevOps/Models/Yaml/TriggerAzDO.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ namespace CasCap.Models;

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

0 comments on commit 6f041c6

Please sign in to comment.