-
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.
- Loading branch information
1 parent
7b80d9c
commit f1a9d01
Showing
74 changed files
with
18,550 additions
and
394 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
Tasks/AzureFunctionAppV1/_buildConfigs/Node16/FilesOverriddenForConfigGoHereREADME.txt
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Place files overridden for this config in this directory |
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 |
---|---|---|
@@ -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
1,570
Tasks/AzureFunctionAppV1/_buildConfigs/Node16/package-lock.json
Large diffs are not rendered by default.
Oops, something went wrong.
37 changes: 37 additions & 0 deletions
37
Tasks/AzureFunctionAppV1/_buildConfigs/Node16/package.json
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 |
---|---|---|
@@ -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" | ||
} | ||
} |
Oops, something went wrong.