4 references to DestinationArchive
HelixTasks (4)
TarGzFileCreateFromDirectory.cs (4)
59if (File.Exists(DestinationArchive)) 63Log.LogMessage(MessageImportance.Low, $"{DestinationArchive} will be overwritten"); 67Log.LogError($"'{DestinationArchive}' already exists. Did you forget to set '{nameof(OverwriteDestination)}' to true?"); 134return $"-czf {DestinationArchive}";