This commit is contained in:
2018-10-08 22:22:17 +00:00
parent d9c03efcce
commit f88a4cf429
5 changed files with 16 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
SET /a VAR=0
:HOME
SET /a VAR=VAR+1
IF %VAR%==1000 goto :End
dotnet test
goto :HOME
:END