mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-02-04 10:59:06 +08:00
Add support for Scoped Registries (#261)
* 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
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user