We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a83dba8 commit 896063dCopy full SHA for 896063d
src/c#/GeneralUpdate.ClientCore/GeneralClientBootstrap.cs
@@ -214,7 +214,7 @@ private async Task ExecuteWorkflowAsync()
214
JsonSerializer.Serialize(processInfo, ProcessInfoJsonContext.Default.ProcessInfo);
215
}
216
217
- if (GetOption(UpdateOption.BackUp) ?? false)
+ if (GetOption(UpdateOption.BackUp) ?? true)
218
{
219
StorageManager.Backup(_configInfo.InstallPath
220
, _configInfo.BackupDirectory
0 commit comments