Skip to content

Commit

Permalink
[XamariniOSV2] - Migrate task to Node20 (#19204)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriiBobreshev authored Nov 3, 2023
1 parent 1b13f75 commit a858b33
Show file tree
Hide file tree
Showing 49 changed files with 3,740 additions and 3 deletions.
14 changes: 14 additions & 0 deletions Tasks/XamariniOSV2/_buildConfigs/Node20/Tests/package-lock.json

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

22 changes: 22 additions & 0 deletions Tasks/XamariniOSV2/_buildConfigs/Node20/Tests/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "vsts-xamarinios-task-tests",
"version": "1.0.0",
"description": "Azure Pipelines Xamarin iOS Task Tests",
"main": "L0.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://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",
"devDependencies": {
"@types/mocha": "^5.2.0"
}
}
Loading

0 comments on commit a858b33

Please sign in to comment.