Skip to content

Commit 27c1937

Browse files
committed
Migrate 2 tasks
1 parent 1f73472 commit 27c1937

File tree

141 files changed

+25273
-10
lines changed

Some content is hidden

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

141 files changed

+25273
-10
lines changed

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

+383
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
"jszip": "^3.10.1",
21+
"nock": "9.0.11"
22+
}
23+
}

Tasks/AzureRmWebAppDeploymentV4/_buildConfigs/Node20/package-lock.json

+1,302
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "vsts-tasks-azurermappservicedeployment",
3+
"version": "1.0.0",
4+
"description": "Azure Pipelines Azure RM App Service Deployment",
5+
"main": "AzureRmWebAppDeployment.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+
"dependencies": {
20+
"@types/mocha": "^5.2.7",
21+
"@types/node": "^20.3.1",
22+
"@types/q": "1.0.7",
23+
"azure-pipelines-task-lib": "^3.4.0",
24+
"azure-pipelines-tasks-azure-arm-rest": "3.223.5",
25+
"azure-pipelines-tasks-webdeployment-common": "4.230.6",
26+
"moment": "^2.29.4",
27+
"q": "1.4.1",
28+
"uuid": "3.1.0",
29+
"xml2js": "^0.6.0"
30+
},
31+
"devDependencies": {
32+
"typescript": "5.1.6"
33+
}
34+
}

0 commit comments

Comments
 (0)