Skip to content

Commit 9fbf270

Browse files
Upgrade 7zip on AzurePowershell and other tasks (#20339)
* Replace 7zip v19.0 with v23.01 * Bump tasks versions
1 parent 534757b commit 9fbf270

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+113
-113
lines changed

Tasks/AzurePowerShellV2/make.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
],
3434
"archivePackages": [
3535
{
36-
"url": "https://vstsagenttools.blob.core.windows.net/tools/7zip/4/7zip.zip",
36+
"url": "https://vstsagenttools.blob.core.windows.net/tools/7zip/5/7zip.zip",
3737
"dest": "./"
3838
}
3939
]

Tasks/AzurePowerShellV2/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 2,
20-
"Minor": 244,
20+
"Minor": 245,
2121
"Patch": 0
2222
},
2323
"demands": [

Tasks/AzurePowerShellV2/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 2,
20-
"Minor": 244,
20+
"Minor": 245,
2121
"Patch": 0
2222
},
2323
"demands": [

Tasks/AzurePowerShellV3/make.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
],
3434
"archivePackages": [
3535
{
36-
"url": "https://vstsagenttools.blob.core.windows.net/tools/7zip/4/7zip.zip",
36+
"url": "https://vstsagenttools.blob.core.windows.net/tools/7zip/5/7zip.zip",
3737
"dest": "./"
3838
}
3939
]

Tasks/AzurePowerShellV3/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 3,
20-
"Minor": 244,
20+
"Minor": 245,
2121
"Patch": 0
2222
},
2323
"releaseNotes": "Added support for Fail on standard error and ErrorActionPreference",

Tasks/AzurePowerShellV3/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 3,
20-
"Minor": 244,
20+
"Minor": 245,
2121
"Patch": 0
2222
},
2323
"releaseNotes": "ms-resource:loc.releaseNotes",

Tasks/AzurePowerShellV4/make.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
],
4646
"archivePackages": [
4747
{
48-
"url": "https://vstsagenttools.blob.core.windows.net/tools/7zip/4/7zip.zip",
48+
"url": "https://vstsagenttools.blob.core.windows.net/tools/7zip/5/7zip.zip",
4949
"dest": "./"
5050
}
5151
]

Tasks/AzurePowerShellV4/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 4,
20-
"Minor": 243,
21-
"Patch": 4
20+
"Minor": 245,
21+
"Patch": 0
2222
},
2323
"releaseNotes": "Added support for Az Module and cross platform agents.",
2424
"groups": [

Tasks/AzurePowerShellV4/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 4,
20-
"Minor": 243,
21-
"Patch": 4
20+
"Minor": 245,
21+
"Patch": 0
2222
},
2323
"releaseNotes": "ms-resource:loc.releaseNotes",
2424
"groups": [

Tasks/AzurePowerShellV5/make.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
],
4444
"archivePackages": [
4545
{
46-
"url": "https://vstsagenttools.blob.core.windows.net/tools/7zip/4/7zip.zip",
46+
"url": "https://vstsagenttools.blob.core.windows.net/tools/7zip/5/7zip.zip",
4747
"dest": "./"
4848
}
4949
]

0 commit comments

Comments
 (0)