mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-01-29 14:39:33 +08:00
* add: new inputs and method params * feat: add scoped registry to manifest * feat: setup test job * fix(workflow): revert change from license to serial * feat: support private scoped registries * fix: multiple scopes
22 lines
431 B
JSON
22 lines
431 B
JSON
{
|
|
"name": "com.dependencyexample.testpackage",
|
|
"version": "0.0.1",
|
|
"displayName": "Test Package",
|
|
"description": "Test Package",
|
|
"unity": "2022.3",
|
|
"unityRelease": "7f1",
|
|
"dependencies": {
|
|
"com.cysharp.unitask": "2.5.3"
|
|
},
|
|
"keywords": [
|
|
"nothing"
|
|
],
|
|
"author": {
|
|
"name": "Example Author",
|
|
"email": "author@example.com",
|
|
"url": "example.com"
|
|
},
|
|
"type": "tool",
|
|
"hideInEditor": false
|
|
}
|