Skip to content

Commit

Permalink
update tasks (#20200)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisRumyantsev authored Jul 30, 2024
1 parent 5cce15f commit a8ec37e
Show file tree
Hide file tree
Showing 91 changed files with 2,236 additions and 3,146 deletions.
496 changes: 201 additions & 295 deletions Tasks/AzureFileCopyV2/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Tasks/AzureFileCopyV2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@types/q": "1.0.7",
"agent-base": "^6.0.2",
"azure-pipelines-task-lib": "^4.11.0",
"azure-pipelines-tasks-azure-arm-rest": "^3.237.0",
"azure-pipelines-tasks-azure-arm-rest": "^3.242.2",
"moment": "^2.29.4",
"uuid": "^8.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureFileCopyV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 2,
"Minor": 243,
"Patch": 4
"Patch": 6
},
"demands": [
"azureps"
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureFileCopyV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 2,
"Minor": 243,
"Patch": 4
"Patch": 6
},
"demands": [
"azureps"
Expand Down
496 changes: 201 additions & 295 deletions Tasks/AzureFileCopyV3/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Tasks/AzureFileCopyV3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@types/q": "1.0.7",
"agent-base": "^6.0.2",
"azure-pipelines-task-lib": "^4.11.0",
"azure-pipelines-tasks-azure-arm-rest": "^3.237.0",
"azure-pipelines-tasks-azure-arm-rest": "^3.242.2",
"moment": "^2.29.4",
"uuid": "^8.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureFileCopyV3/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 3,
"Minor": 243,
"Patch": 4
"Patch": 6
},
"demands": [
"azureps"
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureFileCopyV3/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 3,
"Minor": 243,
"Patch": 4
"Patch": 6
},
"demands": [
"azureps"
Expand Down

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

1 change: 1 addition & 0 deletions Tasks/AzureFileCopyV4/_buildConfigs/Node20/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"@types/mocha": "^5.2.7",
"@types/node": "^20.3.1",
"@types/q": "1.0.7",
"agent-base": "6.0.2",
"azure-pipelines-task-lib": "^4.11.0",
"azure-pipelines-tasks-azure-arm-rest": "^3.242.2",
"moment": "^2.29.4",
Expand Down
9 changes: 9 additions & 0 deletions Tasks/AzureFileCopyV4/make.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
{
"rm": [
{
"items": [
"node_modules/https-proxy-agent/node_modules/agent-base",
"node_modules/azure-pipelines-tasks-azure-arm-rest/node_modules/agent-base"
],
"options": "-Rf"
}
],
"common": [
{
"module": "../Common/VstsAzureHelpers_",
Expand Down
Loading

0 comments on commit a8ec37e

Please sign in to comment.