A function that returns any extra properties for the specified build target.
public Func<string, IEnumerable<(string Key, string Value)>>? ExtraProperties { get; set; }
Supported build targets include clean
, restore
, build
, test
, and package
.