Skip to content

Commit eafbac6

Browse files
authored
upgrade AzCopy.exe to 10.29.1 in AzureFileCopyV6 (#21054)
1 parent 8a3760f commit eafbac6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Tasks/AzureFileCopyV6/make.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"externals": {
3939
"archivePackages": [
4040
{
41-
"url": "https://vstsagenttools.blob.core.windows.net/tools/azcopy/10.25.1/AzCopy.zip",
41+
"url": "https://vstsagenttools.blob.core.windows.net/tools/azcopy/10.29.1/AzCopy.zip",
4242
"dest": "./"
4343
}
4444
],

Tasks/AzureFileCopyV6/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 6,
16-
"Minor": 257,
16+
"Minor": 258,
1717
"Patch": 0
1818
},
1919
"demands": [

Tasks/AzureFileCopyV6/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 6,
16-
"Minor": 257,
16+
"Minor": 258,
1717
"Patch": 0
1818
},
1919
"demands": [

0 commit comments

Comments
 (0)