Skip to content

Commit 61e4114

Browse files
authored
Node6hotfixes/azure file copy (#14147)
* Set up CI with Azure Pipelines [skip ci] * adding the exact copy of the webdeployment-common-v2 in common-npm-packages * adding changes for making exposing it as npm package * Revert "Set up CI with Azure Pipelines" This reverts commit 409f46b. * Revert "adding changes for making exposing it as npm package" This reverts commit 7056479. * Revert "adding the exact copy of the webdeployment-common-v2 in common-npm-packages" This reverts commit 631fa44. * Adding changes for node 10 upgrade * Updated the dependencies in package.json * Bumping up the minor version. * [AzureFileCopyV3]Adding changes for node 10 upgrade * Updated the dependencies in package.json * Bumping up the minor version. * [AzureFileCopyV4] Adding changes for node 10 upgrade * Updated the dependencies in package.json * Bumping up the minor version. * ignoring the intellij idea files * bumping up the minor version w.r.t to the sprint
1 parent a066d41 commit 61e4114

File tree

13 files changed

+1256
-88
lines changed

13 files changed

+1256
-88
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,3 +216,4 @@ _Pvt_Extensions/
216216
ModelManifest.xml
217217
/Package
218218
LoadTest.code-workspace
219+
.idea/

Tasks/AzureFileCopyV2/package-lock.json

Lines changed: 406 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/AzureFileCopyV2/package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"name": "AzureFileCopyV2",
33
"dependencies": {
4-
"@types/mocha": "2.2.48",
5-
"@types/node": "6.0.68",
4+
"@types/mocha": "^5.2.7",
5+
"@types/node": "^10.17.0",
66
"@types/q": "1.0.7",
77
"azure-pipelines-tasks-azure-arm-rest-v2": "1.0.4",
8-
"azure-pipelines-task-lib": "2.8.0",
8+
"azure-pipelines-task-lib": "3.0.6-preview.0",
99
"moment": "2.21.0",
10-
"uuid": "3.2.1"
10+
"uuid": "^8.3.0"
11+
},
12+
"devDependencies": {
13+
"typescript": "4.0.2"
1114
}
1215
}

Tasks/AzureFileCopyV2/task.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 2,
16-
"Minor": 178,
17-
"Patch": 1
16+
"Minor": 184,
17+
"Patch": 0
1818
},
1919
"demands": [
2020
"azureps"
@@ -312,7 +312,7 @@
312312
],
313313
"instanceNameFormat": "$(Destination) File Copy",
314314
"prejobexecution": {
315-
"Node": {
315+
"Node10": {
316316
"target": "PreJobExecutionAzureFileCopy.js"
317317
}
318318
},

Tasks/AzureFileCopyV2/task.loc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 2,
16-
"Minor": 178,
17-
"Patch": 1
16+
"Minor": 184,
17+
"Patch": 0
1818
},
1919
"demands": [
2020
"azureps"
@@ -312,7 +312,7 @@
312312
],
313313
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
314314
"prejobexecution": {
315-
"Node": {
315+
"Node10": {
316316
"target": "PreJobExecutionAzureFileCopy.js"
317317
}
318318
},

0 commit comments

Comments
 (0)