4 references to DestinationArchive
sdk-tasks (4)
TarGzFileCreateFromDirectory.cs (4)
57if (File.Exists(DestinationArchive)) 61Log.LogMessage(MessageImportance.Low, $"{DestinationArchive} will be overwritten"); 65Log.LogError($"'{DestinationArchive}' already exists. Did you forget to set '{nameof(OverwriteDestination)}' to true?"); 111private string GetDestinationArchive() => $"-czf {DestinationArchive}";