Skip to content

Commit 018b6d2

Browse files
committed
Update asmdef path in validate code script
1 parent d36eee2 commit 018b6d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/validatecode.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ $AsmDefExceptions = [System.Collections.Generic.HashSet[String]]@(
614614
"Assets/MRTK/SDK/MRTK.SDK.asmdef",
615615
"Assets/MRTK/SDK/Editor/MRTK.SDK.Editor.asmdef",
616616
"Assets/MRTK/SDK/Experimental/Editor/MRTK.SDK.Experimental.Editor.asmdef",
617-
"Assets/MRTK/SDK/Editor/Inspectors/Experimental/InteractiveElement/MRTK.SDK.Editor.Experimental.Interactive.asmdef",
617+
"Assets/MRTK/SDK/Editor/Inspectors/Exp/InteractiveEl/MRTK.SDK.Editor.Experimental.Interactive.asmdef",
618618
"Assets/MRTK/SDK/Experimental/InteractiveElement/MRTK.SDK.Experimental.Interactive.asmdef",
619619
"Assets/MRTK/Services/BoundarySystem/XR2018/MRTK.BoundarySystem.asmdef",
620620
"Assets/MRTK/Services/CameraSystem/MRTK.CameraSystem.asmdef",

0 commit comments

Comments
 (0)