Code quality

dotnet-7.0
Paul Schneider 2 years ago
parent 00d1e3bdc4
commit ca9af3f5a0
1 changed files with 1 additions and 1 deletions

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

Loading…