-
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.
[XamariniOSV2] - Migrate task to Node20 (#19204)
- Loading branch information
1 parent
1b13f75
commit a858b33
Showing
49 changed files
with
3,740 additions
and
3 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
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.
Oops, something went wrong.
22 changes: 22 additions & 0 deletions
22
Tasks/XamariniOSV2/_buildConfigs/Node20/Tests/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,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" | ||
} | ||
} |
Oops, something went wrong.