Skip to content

Commit e8bab02

Browse files
[AzureRmWebAppDeploymentV4] Migrate task to Node16 (#19099)
* [AzureRmWebAppDeploymentV4] Migrate task to Node16 - task migration to node 16 * [AzureRmWebAppDeploymentv4] Node16 migration - Added default version for AzureRmWebAppDeploymentv4 * [AzureRmWebAppDeploymentv4] Node16 migration -- Added changes from the PR #19130
1 parent ebb3247 commit e8bab02

File tree

203 files changed

+36985
-4
lines changed

Some content is hidden

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

203 files changed

+36985
-4
lines changed

Tasks/AzureRmWebAppDeploymentV4/_buildConfigs/Node16/Tests/package-lock.json

Lines changed: 284 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "vsts-tasks-azurermappservicedeployment",
3+
"version": "1.0.1",
4+
"description": "Azure Pipelines Azure RM App Service Deployment",
5+
"main": "azurermappservicedeployment.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+ssh://[email protected]/Microsoft/azure-pipelines-tasks.git"
12+
},
13+
"author": "Microsoft Corporation",
14+
"license": "MIT",
15+
"bugs": {
16+
"url": "https://github.com/Microsoft/azure-pipelines-tasks/issues"
17+
},
18+
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
19+
"devDependencies": {
20+
"nock": "9.0.11"
21+
}
22+
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"externals": {
3+
"archivePackages": [
4+
{
5+
"archiveName": "ctt.zip",
6+
"url": "https://vstsagenttools.blob.core.windows.net/tools/ctt/1.6/ctt.zip",
7+
"dest": "./"
8+
}
9+
]
10+
},
11+
"cp": [
12+
{
13+
"source": "postDeploymentScript",
14+
"options": "-R"
15+
}
16+
],
17+
"rm": [
18+
{
19+
"items": [
20+
"node_modules/azure-pipelines-tasks-azure-arm-rest/node_modules/azure-pipelines-task-lib",
21+
"node_modules/azure-pipelines-tasks-webdeployment-common/node_modules/azure-pipelines-task-lib",
22+
"node_modules/https-proxy-agent/node_modules/agent-base"
23+
],
24+
"options": "-Rf"
25+
}
26+
]
27+
}

0 commit comments

Comments
 (0)