diff --git a/Tasks/ArchiveFiles/Strings/resources.resjson/en-US/resources.resjson b/Tasks/ArchiveFiles/Strings/resources.resjson/en-US/resources.resjson index d772dd228aa5..89edd3906536 100644 --- a/Tasks/ArchiveFiles/Strings/resources.resjson/en-US/resources.resjson +++ b/Tasks/ArchiveFiles/Strings/resources.resjson/en-US/resources.resjson @@ -18,7 +18,7 @@ "loc.input.help.replaceExistingArchive": "If an existing archive exists, specify whether to overwrite it. Otherwise, files will be added to it.", "loc.messages.Filename": "files=%s", "loc.messages.TarExists": "Intermediate tar: %s already exists. Attempting to add files to it.", - "loc.messages.RemoveBeforeCreation": "removing existing archive file before creation: %s", + "loc.messages.RemoveBeforeCreation": "Removing existing archive file before creation: %s", "loc.messages.AlreadyExists": "Archive file: %s already exists. Attempting to add files to it.", "loc.messages.ArchiveCreationFailedWithError": "Archive creation failed for archive file: %s \ncode: %d \nstdout: %s \nstderr: %s \nerror: %s;", "loc.messages.ArchiveFileExistsButNotAFile": "Specified archive file: %s already exists and is not a file.", diff --git a/Tasks/ArchiveFiles/task.json b/Tasks/ArchiveFiles/task.json index 1015073f84b0..349e824b3b76 100644 --- a/Tasks/ArchiveFiles/task.json +++ b/Tasks/ArchiveFiles/task.json @@ -17,8 +17,8 @@ "demands": [], "version": { "Major": 1, - "Minor": 112, - "Patch": 2 + "Minor": 119, + "Patch": 0 }, "groups": [ { @@ -70,7 +70,7 @@ "groupName": "archive", "visibleRule": "archiveType = tar", "options": { - "default": "gz", + "gz": "gz", "bz2": "bz2", "xz": "xz", "none": "None" @@ -104,7 +104,7 @@ "messages": { "Filename": "files=%s", "TarExists": "Intermediate tar: %s already exists. Attempting to add files to it.", - "RemoveBeforeCreation": "removing existing archive file before creation: %s", + "RemoveBeforeCreation": "Removing existing archive file before creation: %s", "AlreadyExists": "Archive file: %s already exists. Attempting to add files to it.", "ArchiveCreationFailedWithError": "Archive creation failed for archive file: %s \ncode: %d \nstdout: %s \nstderr: %s \nerror: %s;", "ArchiveFileExistsButNotAFile": "Specified archive file: %s already exists and is not a file.", diff --git a/Tasks/ArchiveFiles/task.loc.json b/Tasks/ArchiveFiles/task.loc.json index 387c8aeb7c9a..78d3f3d5cde2 100644 --- a/Tasks/ArchiveFiles/task.loc.json +++ b/Tasks/ArchiveFiles/task.loc.json @@ -17,8 +17,8 @@ "demands": [], "version": { "Major": 1, - "Minor": 112, - "Patch": 2 + "Minor": 119, + "Patch": 0 }, "groups": [ { @@ -70,7 +70,7 @@ "groupName": "archive", "visibleRule": "archiveType = tar", "options": { - "default": "gz", + "gz": "gz", "bz2": "bz2", "xz": "xz", "none": "None"