Skip to content

Commit 597dd95

Browse files
committed
fix: remove automation assembly from standalone build
1 parent f9909a4 commit 597dd95

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Explorer/Assets/DCL/Tests/Automation/DCL.Automation.Tests.asmdef

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"GUID:478b585cfbb242f4c977b9aec772e042"
66
],
77
"includePlatforms": [
8-
"Editor",
9-
"WindowsStandalone64"
8+
"Editor"
109
],
1110
"excludePlatforms": [],
1211
"allowUnsafeCode": false,

Explorer/ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ PlayerSettings:
929929
PS5: CT_FB
930930
QNX: CT_FB
931931
ReservedCFE: CT_FB
932-
Standalone: UNITASK_DOTWEEN_SUPPORT;UNITY_PIPELINE_URP;DOTWEEN_ENABLED;VERBOSE_LOGS;CT_FB;CDP_EXCLUDE_PROCESS_BROWSER;URP_COMPATIBILITY_MODE
932+
Standalone: UNITASK_DOTWEEN_SUPPORT;UNITY_PIPELINE_URP;DOTWEEN_ENABLED;VERBOSE_LOGS;CT_FB;CDP_EXCLUDE_PROCESS_BROWSER;URP_COMPATIBILITY_MODE;TMP_PRESENT
933933
VisionOS: CT_FB
934934
WebGL: CT_FB
935935
Windows Store Apps: CT_FB

0 commit comments

Comments
 (0)