Skip to content

Commit

Permalink
Node6hotfixes/azure file copy (#14147)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
agrataru authored Feb 24, 2021
1 parent a066d41 commit 61e4114
Show file tree
Hide file tree
Showing 13 changed files with 1,256 additions and 88 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -216,3 +216,4 @@ _Pvt_Extensions/
ModelManifest.xml
/Package
LoadTest.code-workspace
.idea/
426 changes: 406 additions & 20 deletions Tasks/AzureFileCopyV2/package-lock.json

Large diffs are not rendered by default.

11 changes: 7 additions & 4 deletions Tasks/AzureFileCopyV2/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "AzureFileCopyV2",
"dependencies": {
"@types/mocha": "2.2.48",
"@types/node": "6.0.68",
"@types/mocha": "^5.2.7",
"@types/node": "^10.17.0",
"@types/q": "1.0.7",
"azure-pipelines-tasks-azure-arm-rest-v2": "1.0.4",
"azure-pipelines-task-lib": "2.8.0",
"azure-pipelines-task-lib": "3.0.6-preview.0",
"moment": "2.21.0",
"uuid": "3.2.1"
"uuid": "^8.3.0"
},
"devDependencies": {
"typescript": "4.0.2"
}
}
6 changes: 3 additions & 3 deletions Tasks/AzureFileCopyV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 178,
"Patch": 1
"Minor": 184,
"Patch": 0
},
"demands": [
"azureps"
Expand Down Expand Up @@ -312,7 +312,7 @@
],
"instanceNameFormat": "$(Destination) File Copy",
"prejobexecution": {
"Node": {
"Node10": {
"target": "PreJobExecutionAzureFileCopy.js"
}
},
Expand Down
6 changes: 3 additions & 3 deletions Tasks/AzureFileCopyV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 178,
"Patch": 1
"Minor": 184,
"Patch": 0
},
"demands": [
"azureps"
Expand Down Expand Up @@ -312,7 +312,7 @@
],
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
"prejobexecution": {
"Node": {
"Node10": {
"target": "PreJobExecutionAzureFileCopy.js"
}
},
Expand Down
Loading

0 comments on commit 61e4114

Please sign in to comment.