Skip to content

Commit 2d9a905

Browse files
authored
Dump directory structure to make debugging easier
1 parent d03dda3 commit 2d9a905

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eng/helix/content/runtests.cmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ powershell.exe -NoProfile -ExecutionPolicy unrestricted -Command "[Net.ServicePo
2222

2323
set HELIX=%helixQueue%
2424

25+
dir /s
26+
2527
if (%targetFrameworkIdentifier%==.NETFramework) (
2628
xunit.console.exe %target% -xml testResults.xml
2729
exit /b %ERRORLEVEL%

0 commit comments

Comments
 (0)