Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 7z tool version #20411

Merged
merged 7 commits into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Tasks/ArchiveFilesV2/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"archivePackages": [
{
"archiveName": "7zip.zip",
"url": "https://vstsagenttools.blob.core.windows.net/tools/7zip/5/7zip.zip",
"url": "https://vstsagenttools.blob.core.windows.net/tools/7zip/24.08/7zip.zip",
"dest": "./"
}
]
Expand Down
2 changes: 1 addition & 1 deletion Tasks/ArchiveFilesV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"minimumAgentVersion": "2.182.1",
"version": {
"Major": 2,
"Minor": 244,
"Minor": 245,
"Patch": 0
},
"groups": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/ArchiveFilesV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"minimumAgentVersion": "2.182.1",
"version": {
"Major": 2,
"Minor": 244,
"Minor": 245,
"Patch": 0
},
"groups": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzurePowerShellV2/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"archivePackages": [
{
"url": "https://vstsagenttools.blob.core.windows.net/tools/7zip/5/7zip.zip",
"url": "https://vstsagenttools.blob.core.windows.net/tools/7zip/24.08/7zip.zip",
"dest": "./"
}
]
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzurePowerShellV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 245,
"Patch": 1
"Minor": 246,
"Patch": 0
},
"demands": [
"azureps"
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzurePowerShellV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 245,
"Patch": 1
"Minor": 246,
"Patch": 0
},
"demands": [
"azureps"
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzurePowerShellV3/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"archivePackages": [
{
"url": "https://vstsagenttools.blob.core.windows.net/tools/7zip/5/7zip.zip",
"url": "https://vstsagenttools.blob.core.windows.net/tools/7zip/24.08/7zip.zip",
"dest": "./"
}
]
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzurePowerShellV3/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 3,
"Minor": 245,
"Patch": 2
"Minor": 246,
"Patch": 0
},
"releaseNotes": "Added support for Fail on standard error and ErrorActionPreference",
"demands": [
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzurePowerShellV3/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 3,
"Minor": 245,
"Patch": 2
"Minor": 246,
"Patch": 0
},
"releaseNotes": "ms-resource:loc.releaseNotes",
"demands": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzurePowerShellV4/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
],
"archivePackages": [
{
"url": "https://vstsagenttools.blob.core.windows.net/tools/7zip/5/7zip.zip",
"url": "https://vstsagenttools.blob.core.windows.net/tools/7zip/24.08/7zip.zip",
"dest": "./"
}
]
Expand Down
71 changes: 39 additions & 32 deletions Tasks/AzurePowerShellV4/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Tasks/AzurePowerShellV4/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"version": {
"Major": 4,
"Minor": 245,
"Patch": 2
"Patch": 4
},
"releaseNotes": "Added support for Az Module and cross platform agents.",
"groups": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzurePowerShellV4/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"version": {
"Major": 4,
"Minor": 245,
"Patch": 2
"Patch": 4
},
"releaseNotes": "ms-resource:loc.releaseNotes",
"groups": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzurePowerShellV5/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
],
"archivePackages": [
{
"url": "https://vstsagenttools.blob.core.windows.net/tools/7zip/5/7zip.zip",
"url": "https://vstsagenttools.blob.core.windows.net/tools/7zip/24.08/7zip.zip",
"dest": "./"
}
]
Expand Down
71 changes: 39 additions & 32 deletions Tasks/AzurePowerShellV5/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Tasks/AzurePowerShellV5/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"version": {
"Major": 5,
"Minor": 245,
"Patch": 2
"Patch": 4
},
"releaseNotes": "Added support for Az Module and cross platform agents.",
"groups": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzurePowerShellV5/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"version": {
"Major": 5,
"Minor": 245,
"Patch": 2
"Patch": 4
},
"releaseNotes": "ms-resource:loc.releaseNotes",
"groups": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/ExtractFilesV1/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"externals": {
"archivePackages": [
{
"url": "https://vstsagenttools.blob.core.windows.net/tools/7zip/5/7zip.zip",
"url": "https://vstsagenttools.blob.core.windows.net/tools/7zip/24.08/7zip.zip",
"dest": "./"
}
]
Expand Down
2 changes: 1 addition & 1 deletion Tasks/ExtractFilesV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"version": {
"Major": 1,
"Minor": 245,
"Patch": 0
"Patch": 2
},
"instanceNameFormat": "Extract files $(message)",
"inputs": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/ExtractFilesV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"version": {
"Major": 1,
"Minor": 245,
"Patch": 0
"Patch": 2
},
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
"inputs": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/JavaToolInstallerV0/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"externals": {
"archivePackages": [
{
"url": "https://vstsagenttools.blob.core.windows.net/tools/7zip/5/7zip.zip",
"url": "https://vstsagenttools.blob.core.windows.net/tools/7zip/24.08/7zip.zip",
"dest": "./FileExtractor/"
}
]
Expand Down
Loading
Loading