Skip to content

Commit 0cb3a10

Browse files
committed
print project path
1 parent 2aea1a0 commit 0cb3a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_all_samples.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
2-
for /r "%~dp0samples\" %%f in (DemoStartUp.csproj) do @if exist "%%f" dotnet run --project "%%f" --non-interactive
2+
for /r "%~dp0samples\" %%f in (DemoStartUp.csproj) do @if exist "%%f" echo. && echo. && echo "%%f" && dotnet run --project "%%f" --non-interactive
33
echo.
44
echo ALL DONE.
55
pause

0 commit comments

Comments
 (0)