Skip to content

Commit

Permalink
Migrate PublishTestResultsV1/V2 to Node20 (#19241)
Browse files Browse the repository at this point in the history
  • Loading branch information
qianz2 authored Nov 22, 2023
1 parent 7b814ed commit 1491969
Show file tree
Hide file tree
Showing 79 changed files with 4,707 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ dlldata.c
*.svclog
*.scc

!_generated/PublishTestResultsV1_Node20/Tests/data/a.log
!_generated/PublishTestResultsV1_Node20/Tests/data/b.log
!_generated/PublishTestResultsV1_Node20/Tests/data/rec/a.log
!_generated/PublishTestResultsV1_Node20/Tests/data/rec/b.log

# Chutzpah Test files
_Chutzpah*

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions Tasks/PublishTestResultsV1/_buildConfigs/Node20/Tests/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "publishtestresults-tests",
"version": "1.0.0",
"description": "Azure Pipelines Publish Test Results Task Tests",
"main": "L0.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/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",
"devDependencies": {
"@types/mocha": "^5.2.0"
}
}
Loading

0 comments on commit 1491969

Please sign in to comment.