Skip to content

Commit

Permalink
Upgrade 7zip on AzurePowershell and other tasks (#20339)
Browse files Browse the repository at this point in the history
* Replace 7zip v19.0 with v23.01
* Bump tasks versions
  • Loading branch information
ismayilov-ismayil authored Aug 26, 2024
1 parent 534757b commit 9fbf270
Show file tree
Hide file tree
Showing 56 changed files with 113 additions and 113 deletions.
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/4/7zip.zip",
"url": "https://vstsagenttools.blob.core.windows.net/tools/7zip/5/7zip.zip",
"dest": "./"
}
]
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzurePowerShellV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 244,
"Minor": 245,
"Patch": 0
},
"demands": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzurePowerShellV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 244,
"Minor": 245,
"Patch": 0
},
"demands": [
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/4/7zip.zip",
"url": "https://vstsagenttools.blob.core.windows.net/tools/7zip/5/7zip.zip",
"dest": "./"
}
]
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzurePowerShellV3/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 3,
"Minor": 244,
"Minor": 245,
"Patch": 0
},
"releaseNotes": "Added support for Fail on standard error and ErrorActionPreference",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzurePowerShellV3/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 3,
"Minor": 244,
"Minor": 245,
"Patch": 0
},
"releaseNotes": "ms-resource:loc.releaseNotes",
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/4/7zip.zip",
"url": "https://vstsagenttools.blob.core.windows.net/tools/7zip/5/7zip.zip",
"dest": "./"
}
]
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzurePowerShellV4/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 4,
"Minor": 243,
"Patch": 4
"Minor": 245,
"Patch": 0
},
"releaseNotes": "Added support for Az Module and cross platform agents.",
"groups": [
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzurePowerShellV4/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 4,
"Minor": 243,
"Patch": 4
"Minor": 245,
"Patch": 0
},
"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/4/7zip.zip",
"url": "https://vstsagenttools.blob.core.windows.net/tools/7zip/5/7zip.zip",
"dest": "./"
}
]
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzurePowerShellV5/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 5,
"Minor": 243,
"Patch": 6
"Minor": 245,
"Patch": 0
},
"releaseNotes": "Added support for Az Module and cross platform agents.",
"groups": [
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzurePowerShellV5/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 5,
"Minor": 243,
"Patch": 6
"Minor": 245,
"Patch": 0
},
"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/4/7zip.zip",
"url": "https://vstsagenttools.blob.core.windows.net/tools/7zip/5/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 @@ -19,7 +19,7 @@
"minimumAgentVersion": "2.182.1",
"version": {
"Major": 1,
"Minor": 244,
"Minor": 245,
"Patch": 0
},
"instanceNameFormat": "Extract files $(message)",
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 @@ -19,7 +19,7 @@
"minimumAgentVersion": "2.182.1",
"version": {
"Major": 1,
"Minor": 244,
"Minor": 245,
"Patch": 0
},
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
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/4/7zip.zip",
"url": "https://vstsagenttools.blob.core.windows.net/tools/7zip/5/7zip.zip",
"dest": "./FileExtractor/"
}
]
Expand Down
2 changes: 1 addition & 1 deletion Tasks/JavaToolInstallerV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 0,
"Minor": 245,
"Patch": 0
"Patch": 2
},
"satisfies": [
"Java",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/JavaToolInstallerV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 0,
"Minor": 245,
"Patch": 0
"Patch": 2
},
"satisfies": [
"Java",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/JenkinsQueueJobV2/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/4/7zip.zip",
"url": "https://vstsagenttools.blob.core.windows.net/tools/7zip/5/7zip.zip",
"dest": "./"
}
]
Expand Down
2 changes: 1 addition & 1 deletion Tasks/JenkinsQueueJobV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"version": {
"Major": 2,
"Minor": 245,
"Patch": 0
"Patch": 2
},
"groups": [
{
Expand Down
2 changes: 1 addition & 1 deletion Tasks/JenkinsQueueJobV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"version": {
"Major": 2,
"Minor": 245,
"Patch": 0
"Patch": 2
},
"groups": [
{
Expand Down
4 changes: 2 additions & 2 deletions _generated/AzurePowerShellV4.versionmap.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Default|4.243.4
Node20_229_2|4.243.5
Default|4.245.0
Node20_229_2|4.245.1
2 changes: 1 addition & 1 deletion _generated/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/4/7zip.zip",
"url": "https://vstsagenttools.blob.core.windows.net/tools/7zip/5/7zip.zip",
"dest": "./"
}
]
Expand Down
8 changes: 4 additions & 4 deletions _generated/AzurePowerShellV4/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 4,
"Minor": 243,
"Patch": 4
"Minor": 245,
"Patch": 0
},
"releaseNotes": "Added support for Az Module and cross platform agents.",
"groups": [
Expand Down Expand Up @@ -211,7 +211,7 @@
"ExpiredServicePrincipal": "Could not fetch access token for Azure. Verify if the Service Principal used is valid and not expired."
},
"_buildConfigMapping": {
"Default": "4.243.4",
"Node20_229_2": "4.243.5"
"Default": "4.245.0",
"Node20_229_2": "4.245.1"
}
}
8 changes: 4 additions & 4 deletions _generated/AzurePowerShellV4/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 4,
"Minor": 243,
"Patch": 4
"Minor": 245,
"Patch": 0
},
"releaseNotes": "ms-resource:loc.releaseNotes",
"groups": [
Expand Down Expand Up @@ -211,7 +211,7 @@
"ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal"
},
"_buildConfigMapping": {
"Default": "4.243.4",
"Node20_229_2": "4.243.5"
"Default": "4.245.0",
"Node20_229_2": "4.245.1"
}
}
2 changes: 1 addition & 1 deletion _generated/AzurePowerShellV4_Node20/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/4/7zip.zip",
"url": "https://vstsagenttools.blob.core.windows.net/tools/7zip/5/7zip.zip",
"dest": "./"
}
]
Expand Down
8 changes: 4 additions & 4 deletions _generated/AzurePowerShellV4_Node20/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 4,
"Minor": 243,
"Patch": 5
"Minor": 245,
"Patch": 1
},
"releaseNotes": "Added support for Az Module and cross platform agents.",
"groups": [
Expand Down Expand Up @@ -215,7 +215,7 @@
"ExpiredServicePrincipal": "Could not fetch access token for Azure. Verify if the Service Principal used is valid and not expired."
},
"_buildConfigMapping": {
"Default": "4.243.4",
"Node20_229_2": "4.243.5"
"Default": "4.245.0",
"Node20_229_2": "4.245.1"
}
}
8 changes: 4 additions & 4 deletions _generated/AzurePowerShellV4_Node20/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 4,
"Minor": 243,
"Patch": 5
"Minor": 245,
"Patch": 1
},
"releaseNotes": "ms-resource:loc.releaseNotes",
"groups": [
Expand Down Expand Up @@ -215,7 +215,7 @@
"ExpiredServicePrincipal": "ms-resource:loc.messages.ExpiredServicePrincipal"
},
"_buildConfigMapping": {
"Default": "4.243.4",
"Node20_229_2": "4.243.5"
"Default": "4.245.0",
"Node20_229_2": "4.245.1"
}
}
4 changes: 2 additions & 2 deletions _generated/AzurePowerShellV5.versionmap.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Default|5.243.6
Node20_229_2|5.243.7
Default|5.245.0
Node20_229_2|5.245.1
2 changes: 1 addition & 1 deletion _generated/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/4/7zip.zip",
"url": "https://vstsagenttools.blob.core.windows.net/tools/7zip/5/7zip.zip",
"dest": "./"
}
]
Expand Down
8 changes: 4 additions & 4 deletions _generated/AzurePowerShellV5/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 5,
"Minor": 243,
"Patch": 6
"Minor": 245,
"Patch": 0
},
"releaseNotes": "Added support for Az Module and cross platform agents.",
"groups": [
Expand Down Expand Up @@ -204,7 +204,7 @@
"PS_ExitCode": "PowerShell exited with code '{0}'."
},
"_buildConfigMapping": {
"Default": "5.243.6",
"Node20_229_2": "5.243.7"
"Default": "5.245.0",
"Node20_229_2": "5.245.1"
}
}
8 changes: 4 additions & 4 deletions _generated/AzurePowerShellV5/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 5,
"Minor": 243,
"Patch": 6
"Minor": 245,
"Patch": 0
},
"releaseNotes": "ms-resource:loc.releaseNotes",
"groups": [
Expand Down Expand Up @@ -204,7 +204,7 @@
"PS_ExitCode": "ms-resource:loc.messages.PS_ExitCode"
},
"_buildConfigMapping": {
"Default": "5.243.6",
"Node20_229_2": "5.243.7"
"Default": "5.245.0",
"Node20_229_2": "5.245.1"
}
}
2 changes: 1 addition & 1 deletion _generated/AzurePowerShellV5_Node20/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/4/7zip.zip",
"url": "https://vstsagenttools.blob.core.windows.net/tools/7zip/5/7zip.zip",
"dest": "./"
}
]
Expand Down
8 changes: 4 additions & 4 deletions _generated/AzurePowerShellV5_Node20/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 5,
"Minor": 243,
"Patch": 7
"Minor": 245,
"Patch": 1
},
"releaseNotes": "Added support for Az Module and cross platform agents.",
"groups": [
Expand Down Expand Up @@ -208,7 +208,7 @@
"PS_ExitCode": "PowerShell exited with code '{0}'."
},
"_buildConfigMapping": {
"Default": "5.243.6",
"Node20_229_2": "5.243.7"
"Default": "5.245.0",
"Node20_229_2": "5.245.1"
}
}
Loading

0 comments on commit 9fbf270

Please sign in to comment.