From 3d842cc62230f89f9ff3f052657cf288a4f5edb5 Mon Sep 17 00:00:00 2001 From: sebastienlagarde Date: Thu, 28 Jan 2021 10:53:56 +0100 Subject: [PATCH] Fix LWRP publish job #3265 --- TestProjects/SRP_SmokeTest/Packages/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/TestProjects/SRP_SmokeTest/Packages/manifest.json b/TestProjects/SRP_SmokeTest/Packages/manifest.json index 4031e81978e..fa76c64c9d1 100644 --- a/TestProjects/SRP_SmokeTest/Packages/manifest.json +++ b/TestProjects/SRP_SmokeTest/Packages/manifest.json @@ -13,6 +13,7 @@ "com.unity.render-pipelines.high-definition": "file:../../../com.unity.render-pipelines.high-definition", "com.unity.render-pipelines.high-definition-config": "file:../../../com.unity.render-pipelines.high-definition-config", "com.unity.render-pipelines.universal": "file:../../../com.unity.render-pipelines.universal", + "com.unity.render-pipelines.lightweight": "file:../../../com.unity.render-pipelines.lightweight", "com.unity.shadergraph": "file:../../../com.unity.shadergraph", "com.unity.test-framework": "1.1.14", "com.unity.test-framework.build": "0.0.1-preview.3",