Skip to content

Commit

Permalink
AzureFunctionAppV1 Node16 migration
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisRumyantsev committed Jul 20, 2023
1 parent 7b80d9c commit f1a9d01
Show file tree
Hide file tree
Showing 74 changed files with 18,550 additions and 394 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Place files overridden for this config in this directory
21 changes: 21 additions & 0 deletions Tasks/AzureFunctionAppV1/_buildConfigs/Node16/make.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"rm": [
{
"items": [
"node_modules/https-proxy-agent/node_modules/agent-base",
"node_modules/azure-pipelines-tasks-azure-arm-rest/node_modules/azure-pipelines-task-lib",
"node_modules/azure-pipelines-tasks-webdeployment-common/node_modules/azure-pipelines-task-lib"
],
"options": "-Rf"
}
],
"externals": {
"archivePackages": [
{
"archiveName": "ctt.zip",
"url": "https://vstsagenttools.blob.core.windows.net/tools/ctt/1.6/ctt.zip",
"dest": "./"
}
]
}
}
1,570 changes: 1,570 additions & 0 deletions Tasks/AzureFunctionAppV1/_buildConfigs/Node16/package-lock.json

Large diffs are not rendered by default.

37 changes: 37 additions & 0 deletions Tasks/AzureFunctionAppV1/_buildConfigs/Node16/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "vsts-tasks-azurefunctionapp",
"version": "1.0.0",
"description": "Azure Pipelines Azure Function Deployment",
"main": "azurermWebappdeployment.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Microsoft/vsts-tasks.git"
},
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/vsts-tasks/issues"
},
"homepage": "https://github.com/Microsoft/vsts-tasks#readme",
"dependencies": {
"@types/mocha": "^5.2.7",
"@types/node": "^10.17.0",
"@types/q": "1.0.7",
"agent-base": "6.0.2",
"azure-devops-node-api": "11.2.0",
"azure-pipelines-task-lib": "^4.4.0",
"azure-pipelines-tasks-azure-arm-rest": "3.223.1",
"azure-pipelines-tasks-webdeployment-common": "^4.222.2",
"azure-storage": "2.10.7",
"moment": "^2.29.3",
"q": "1.4.1",
"uuid": "3.1.0",
"xml2js": "^0.6.0"
},
"devDependencies": {
"typescript": "4.0.2"
}
}
Loading

0 comments on commit f1a9d01

Please sign in to comment.