mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
move formatting code to optional flag (#2085)
* move formatting code to flag * reformat code
This commit is contained in:
@@ -10,6 +10,7 @@ public class Context : FrostingContext
|
||||
public string Target { get; set; }
|
||||
public new string Configuration { get; set; }
|
||||
public bool LinkSources { get; set; }
|
||||
public bool FormatCode { get; set; }
|
||||
public BuildVersion Version { get; set; }
|
||||
|
||||
public DirectoryPath Artifacts { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user