Skip to content

Commit 9de4f98

Browse files
[AzureFunctionAppContainerV1] - Merged generated task to source task (#18947)
- Removed generated task - Updated task.json - Updated task.loc.json - Updated make-options.json Co-authored-by: Kirill Ivlev <[email protected]>
1 parent 8c0c5b2 commit 9de4f98

File tree

81 files changed

+69
-16319
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+69
-16319
lines changed

Tasks/AzureFunctionAppContainerV1/_buildConfigs/Node16/FilesOverriddenForConfigGoHereREADME.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

Tasks/AzureFunctionAppContainerV1/_buildConfigs/Node16/make.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

Tasks/AzureFunctionAppContainerV1/_buildConfigs/Node16/package-lock.json

Lines changed: 0 additions & 1177 deletions
This file was deleted.

Tasks/AzureFunctionAppContainerV1/_buildConfigs/Node16/package.json

Lines changed: 0 additions & 36 deletions
This file was deleted.

Tasks/AzureFunctionAppContainerV1/make.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
{
44
"items": [
55
"node_modules/azure-pipelines-tasks-azure-arm-rest/node_modules/azure-pipelines-task-lib",
6-
"node_modules/azure-pipelines-tasks-webdeployment-common/node_modules/azure-pipelines-task-lib"
6+
"node_modules/azure-pipelines-tasks-webdeployment-common/node_modules/azure-pipelines-task-lib",
7+
"node_modules/https-proxy-agent/node_modules/agent-base"
78
],
89
"options": "-Rf"
910
}

Tasks/AzureFunctionAppContainerV1/package-lock.json

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

Tasks/AzureFunctionAppContainerV1/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@
1818
"homepage": "https://github.com/Microsoft/vsts-tasks#readme",
1919
"dependencies": {
2020
"@types/mocha": "^5.2.7",
21-
"@types/node": "^10.17.0",
21+
"@types/node": "^16.11.39",
2222
"@types/q": "1.0.7",
23+
"agent-base": "^6.0.2",
2324
"azure-devops-node-api": "11.2.0",
24-
"azure-pipelines-task-lib": "^3.4.0",
25+
"azure-pipelines-task-lib": "^4.4.0",
2526
"azure-pipelines-tasks-azure-arm-rest": "^3.223.4",
2627
"azure-pipelines-tasks-webdeployment-common": "^4.219.1",
2728
"moment": "2.29.4",

Tasks/AzureFunctionAppContainerV1/task.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 1,
20-
"Minor": 226,
21-
"Patch": 1
20+
"Minor": 228,
21+
"Patch": 0
2222
},
2323
"minimumAgentVersion": "2.104.1",
2424
"groups": [
@@ -159,6 +159,10 @@
159159
"execution": {
160160
"Node10": {
161161
"target": "azurefunctiononcontainerdeployment.js"
162+
},
163+
"Node16": {
164+
"target": "azurefunctiononcontainerdeployment.js",
165+
"argumentFormat": ""
162166
}
163167
},
164168
"messages": {

Tasks/AzureFunctionAppContainerV1/task.loc.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 1,
20-
"Minor": 226,
21-
"Patch": 1
20+
"Minor": 228,
21+
"Patch": 0
2222
},
2323
"minimumAgentVersion": "2.104.1",
2424
"groups": [
@@ -159,6 +159,10 @@
159159
"execution": {
160160
"Node10": {
161161
"target": "azurefunctiononcontainerdeployment.js"
162+
},
163+
"Node16": {
164+
"target": "azurefunctiononcontainerdeployment.js",
165+
"argumentFormat": ""
162166
}
163167
},
164168
"messages": {

_generated/AzureFunctionAppContainerV1.versionmap.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)