-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
13 changed files
with
1,256 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -216,3 +216,4 @@ _Pvt_Extensions/ | |
ModelManifest.xml | ||
/Package | ||
LoadTest.code-workspace | ||
.idea/ |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.