2 references to OverwriteDestination
sdk-tasks (2)
ZipFileCreateFromDirectory.cs (2)
46
if (
OverwriteDestination
== true)
53
Log.LogWarning("'{0}' already exists. Did you forget to set '{1}' to true?", DestinationArchive, nameof(
OverwriteDestination
));