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