Don't serialize temporary autostart flag

This commit is contained in:
John Gross
2020-04-23 13:03:29 -07:00
parent 88d10d1955
commit c1632b6b20

View File

@@ -71,6 +71,7 @@ namespace Torch.Server
/// Temporary flag to automatically start the server only on the next run
/// </summary>
[Arg("autostart", "Start the server immediately.")]
[XmlIgnore]
public bool TempAutostart { get; set; }
/// <inheritdoc />