Code quality

This commit is contained in:
Paul Schneider
2023-03-19 15:59:58 +00:00
parent 00d1e3bdc4
commit ca9af3f5a0

View File

@ -10,7 +10,7 @@ public class CiBuildSettings
/// The global process environment variables
/// </summary>
/// <value></value>
[JsonPropertyAttribute("env")]
[JsonProperty("env")]
public string[] Environment { get; set; }
/// <summary>