Skip to content

Commit 4c2ed23

Browse files
theo-at-unityclaude
andcommitted
Use internal registry for com.unity.testframework.graphics in PostProcessing tests
Bump com.unity.testframework.graphics to 9.0.0-pre.12 via Unity's internal artifactory registry (scoped to that package only) to pick up D3D12Validation fixes not yet available on the public UPM registry. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent a0814a0 commit 4c2ed23

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

TestProjects/PostProcessing_Tests/Packages/manifest.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
{
2+
"enableLockFile": false,
3+
"scopedRegistries": [
4+
{
5+
"name": "Unity Internal",
6+
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates",
7+
"scopes": [
8+
"com.unity.testframework.graphics"
9+
]
10+
}
11+
],
212
"dependencies": {
313
"com.unity.ide.visualstudio": "2.0.25",
414
"com.unity.postprocessing": "file:../../../com.unity.postprocessing",
515
"com.unity.test-framework": "2.0.1-exp.2",
6-
"com.unity.testframework.graphics": "9.0.0-pre.8",
16+
"com.unity.testframework.graphics": "9.0.0-pre.12",
717
"com.unity.external.test-protocol": "2.0.0-exp.2",
818
"com.unity.modules.animation": "1.0.0",
919
"com.unity.modules.assetbundle": "1.0.0",

TestProjects/PostProcessing_Tests/ProjectSettings/PackageManagerSettings.asset

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,18 @@ MonoBehaviour:
2020
oneTimeWarningShown: 0
2121
m_Registries:
2222
- m_Id: main
23-
m_Name:
23+
m_Name:
2424
m_Url: https://packages.unity.com
2525
m_Scopes: []
2626
m_IsDefault: 1
2727
m_Capabilities: 7
28+
- m_Id: scoped:https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates
29+
m_Name: Unity Internal
30+
m_Url: https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates
31+
m_Scopes:
32+
- com.unity.testframework.graphics
33+
m_IsDefault: 0
34+
m_Capabilities: 0
2835
m_UserSelectedRegistryName:
2936
m_UserAddingNewScopedRegistry: 0
3037
m_RegistryInfoDraft:

0 commit comments

Comments
 (0)