Skip to content

Commit de2c03f

Browse files
authored
Merge pull request #9580 from CDiaz-MS/IE_path_short
Update asmdef path in validate code script
2 parents e30e686 + 018b6d2 commit de2c03f

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)