some cleaning
This commit is contained in:
parent
44b534fb9b
commit
0e3d28768f
4 changed files with 58 additions and 46 deletions
|
|
@ -1,6 +1,7 @@
|
|||
using System.ComponentModel.DataAnnotations;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Yavsc.Abstract.IT {
|
||||
|
||||
public class CiBuildSettings
|
||||
{
|
||||
|
|
@ -46,4 +47,5 @@ public class CiBuildSettings
|
|||
[JsonPropertyAttribute("emails")]
|
||||
public string[] Emails { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue