Skip to content

Commit b9930aa

Browse files
DmitriiBobreshevMaxim Zaytsev
and
Maxim Zaytsev
authored
[PublishPipelineMetadataV0] Migrate PublishPipelineMetadataV0 to Node20 (#19438)
- Migrated PublishPipelineMetadataV0 to Node20 Co-authored-by: Maxim Zaytsev <[email protected]>
1 parent 99debd3 commit b9930aa

30 files changed

+1618
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"loc.friendlyName": "Publish Pipeline Metadata",
3+
"loc.helpMarkDown": "Publish Pipeline Metadata to Evidence store.",
34
"loc.description": "Publish Pipeline Metadata to Evidence store",
45
"loc.instanceNameFormat": "Publishing Metadata for pipeline $(System.DefinitionName) to Evidence store"
56
}

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

+14
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,22 @@
1+
{
2+
"name": "publish-pipeline-metadata-tests",
3+
"version": "1.0.0",
4+
"description": "Azure Pipelines Publish Pipeline Metadata V0 Task Tests",
5+
"main": "L0.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+
"@types/mocha": "^5.2.0"
21+
}
22+
}

0 commit comments

Comments
 (0)