mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
Close #3304 Add seperated extensions, and after installation, NUnit Console Runner could find them automatically.
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://nunit.org/",
|
|
"description": "NUnit Console runner for NUnit, the most popular and widely used unit testing framework for .NET",
|
|
"version": "3.10.0",
|
|
"license": "MIT",
|
|
"url": "https://packages.chocolatey.org/nunit-console-runner.3.10.0.nupkg",
|
|
"hash": "ffe44c9c1c118c570bc1758293a3a88ac02df1d78b7fbda78aabf200659cda15",
|
|
"extract_dir": "tools",
|
|
"post_install": "New-Item -Path \"$dir\\nunit.scoop.addins\" -ItemType File -Value '../../nunit-extension-*/current/ # find extensions installed under scoop' | Out-Null",
|
|
"bin": "nunit3-console.exe",
|
|
"suggest": {
|
|
"NuGet": "nuget",
|
|
"NUnit Extension": [
|
|
"nunit-extension-nunit-project-loader",
|
|
"nunit-extension-nunit-v2-driver",
|
|
"nunit-extension-nunit-v2-result-writer",
|
|
"nunit-extension-teamcity-event-listener",
|
|
"nunit-extension-vs-project-loader"
|
|
]
|
|
},
|
|
"checkver": {
|
|
"url": "https://chocolatey.org/packages/nunit-console-runner",
|
|
"regex": "Chocolatey.*?([\\d.]+)\\r"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://packages.chocolatey.org/nunit-console-runner.$version.nupkg",
|
|
"hash": {
|
|
"url": "https://chocolatey.org/packages/nunit-console-runner",
|
|
"regex": "$sha256.*?$basename"
|
|
}
|
|
}
|
|
}
|