Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate AzureContainerAppsV0/V1 and 2 other tasks #19217

Merged
merged 4 commits into from
Nov 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
586 changes: 586 additions & 0 deletions Tasks/AzureContainerAppsV0/_buildConfigs/Node20/package-lock.json

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions Tasks/AzureContainerAppsV0/_buildConfigs/Node20/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "azure-container-apps",
"private": true,
"description": "Azure Pipelines Task for building and deploying Azure Container Apps.",
"main": "azurecontainerapps.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Microsoft/azure-pipelines-tasks.git"
},
"keywords": [],
"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": {
"@types/mocha": "^5.2.7",
"@types/node": "^20.3.1",
"@types/q": "1.0.7",
"azure-pipelines-task-lib": "^4.1.0",
"azure-pipelines-tasks-artifacts-common": "^2.225.0"
},
"devDependencies": {
"typescript": "5.1.6"
}
}
586 changes: 586 additions & 0 deletions Tasks/AzureContainerAppsV1/_buildConfigs/Node20/package-lock.json

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions Tasks/AzureContainerAppsV1/_buildConfigs/Node20/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "azure-container-apps",
"private": true,
"description": "Azure Pipelines Task for building and deploying Azure Container Apps.",
"main": "azurecontainerapps.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Microsoft/azure-pipelines-tasks.git"
},
"keywords": [],
"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": {
"@types/mocha": "^5.2.7",
"@types/node": "^20.3.1",
"@types/q": "1.0.7",
"azure-pipelines-task-lib": "^4.1.0",
"azure-pipelines-tasks-artifacts-common": "^2.225.0"
},
"devDependencies": {
"typescript": "5.1.6"
}
}
Loading