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.
22 lines
845 B
JSON
22 lines
845 B
JSON
{
|
|
"homepage": "https://nunit.org/",
|
|
"description": "NUnit Team City Event Listener Extension",
|
|
"version": "1.0.6",
|
|
"license": "MIT",
|
|
"url": "https://packages.chocolatey.org/nunit-extension-teamcity-event-listener.1.0.6.nupkg",
|
|
"hash": "8ddea8d7d7c86806b8b0dafbfaaab322a6152ff02bd25280488e0a81233c859e",
|
|
"extract_dir": "tools",
|
|
"depends": "nunit-console",
|
|
"checkver": {
|
|
"url": "https://chocolatey.org/packages/nunit-extension-teamcity-event-listener",
|
|
"regex": "Chocolatey.*?([\\d.]+)\\r"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://packages.chocolatey.org/nunit-extension-teamcity-event-listener.$version.nupkg",
|
|
"hash": {
|
|
"url": "https://chocolatey.org/packages/nunit-extension-teamcity-event-listener",
|
|
"regex": "$sha256.*?$basename"
|
|
}
|
|
}
|
|
}
|