Skip to content

Commit

Permalink
Merge pull request #4507 from Microsoft/users/davidstaheli/af
Browse files Browse the repository at this point in the history
Correct option value for tar.gz compression
  • Loading branch information
davidstaheli authored Jun 9, 2017
2 parents 02c2265 + ffc71ac commit 6269a6d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
8 changes: 4 additions & 4 deletions Tasks/ArchiveFiles/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"demands": [],
"version": {
"Major": 1,
"Minor": 112,
"Patch": 2
"Minor": 119,
"Patch": 0
},
"groups": [
{
Expand Down Expand Up @@ -70,7 +70,7 @@
"groupName": "archive",
"visibleRule": "archiveType = tar",
"options": {
"default": "gz",
"gz": "gz",
"bz2": "bz2",
"xz": "xz",
"none": "None"
Expand Down Expand Up @@ -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.",
Expand Down
6 changes: 3 additions & 3 deletions Tasks/ArchiveFiles/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"demands": [],
"version": {
"Major": 1,
"Minor": 112,
"Patch": 2
"Minor": 119,
"Patch": 0
},
"groups": [
{
Expand Down Expand Up @@ -70,7 +70,7 @@
"groupName": "archive",
"visibleRule": "archiveType = tar",
"options": {
"default": "gz",
"gz": "gz",
"bz2": "bz2",
"xz": "xz",
"none": "None"
Expand Down

0 comments on commit 6269a6d

Please sign in to comment.