We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aea1a0 commit 0cb3a10Copy full SHA for 0cb3a10
run_all_samples.bat
@@ -1,5 +1,5 @@
1
@echo off
2
-for /r "%~dp0samples\" %%f in (DemoStartUp.csproj) do @if exist "%%f" dotnet run --project "%%f" --non-interactive
+for /r "%~dp0samples\" %%f in (DemoStartUp.csproj) do @if exist "%%f" echo. && echo. && echo "%%f" && dotnet run --project "%%f" --non-interactive
3
echo.
4
echo ALL DONE.
5
pause
0 commit comments