-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AzureSpringCloudV0] Update task to node16 using build config gen (#1…
…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
1 parent
c7742db
commit ad68a0d
Showing
120 changed files
with
18,023 additions
and
331 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
Tasks/AzureSpringCloudV0/_buildConfigs/Node16/FilesOverriddenForConfigGoHereREADME.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Place files overridden for this config in this directory |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
1,759
Tasks/AzureSpringCloudV0/_buildConfigs/Node16/package-lock.json
Large diffs are not rendered by default.
Oops, something went wrong.
44 changes: 44 additions & 0 deletions
44
Tasks/AzureSpringCloudV0/_buildConfigs/Node16/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
Oops, something went wrong.