Skip to content

Commit

Permalink
[AzureSpringCloudV0] Update task to node16 using build config gen (#1…
Browse files Browse the repository at this point in the history
…8721)

* [AzureSpringCloudV0] Update task to node16 using build config gen

- Generated task
- Bumped packages version
- bumped task version

* [AzureStaticWebAppV0] Update task to node16 using build config gen (#18723)

- Generated task
- Bumped packages version
- bumped task version

* [AzureWebAppContainerV1] Update task to node16 using build config gen (#18722)

- Generated task
- Bumped packages version
- bumped task version

* [AzureResourceGroupDeploymentV2] Update task to node16 using build config gen (#18718)

- Generated task
- Bumped packages version
- bumped task version

* [NuGetV0] Update task to node16 using build config gen (#18720)

- Generated task
- Bumped packages version
- bumped task version

* [AzureNLBManagementV1] Update task to node16 using build config gen (#18719)

- Generated task
- Bumped packages version
- bumped task version
  • Loading branch information
DmitriiBobreshev authored Jul 28, 2023
1 parent c7742db commit ad68a0d
Show file tree
Hide file tree
Showing 120 changed files with 18,023 additions and 331 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/AzureSpringCloudV0/_buildConfigs/Node16/make.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"externals": {
"archivePackages": [
{
"archiveName": "ctt.zip",
"url": "https://vstsagenttools.blob.core.windows.net/tools/ctt/1.6/ctt.zip",
"dest": "./"
}
]
},
"rm": [
{
"items": [
"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",
"node_modules/https-proxy-agent/node_modules/agent-base"
],
"options": "-Rf"
}
]
}
1,759 changes: 1,759 additions & 0 deletions Tasks/AzureSpringCloudV0/_buildConfigs/Node16/package-lock.json

Large diffs are not rendered by default.

44 changes: 44 additions & 0 deletions Tasks/AzureSpringCloudV0/_buildConfigs/Node16/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"name": "vsts-tasks-azurespringclouddeployment",
"version": "2.210.0",
"description": "Azure Pipelines Azure Spring Cloud App Deployment",
"main": "azurespringclouddeployment.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Microsoft/azure-pipelines-tasks.git"
},
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/azure-pipelines-tasks/issues"
},
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
"dependencies": {
"@azure/core-http": "1.2.1",
"@azure/core-paging": "1.1.3",
"@azure/logger": "1.0.0",
"@azure/storage-blob": "^12.14.0",
"@azure/storage-file-share": "12.3.0",
"@types/mocha": "8.2.1",
"@types/node": "^16.11.39",
"@types/q": "1.0.7",
"@xmldom/xmldom": "^0.8.7",
"JSONPath": "^0.11.2",
"azure-pipelines-tasks-azure-arm-rest": "3.221.11",
"azure-pipelines-tasks-webdeployment-common": "^4.222.0",
"azure-pipelines-task-lib": "4.4.0",
"moment": "^2.29.4",
"nock": "9.0.11",
"q": "1.4.1",
"tar": "^6.1.11",
"uuid": "3.1.0",
"xml2js": "^0.5.0",
"agent-base": "6.0.2"
},
"devDependencies": {
"typescript": "4.0.2"
}
}
Loading

0 comments on commit ad68a0d

Please sign in to comment.