We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adecca5 commit efbf711Copy full SHA for efbf711
1 file changed
scripts/build_data/build_single.cmd
@@ -31,5 +31,5 @@ GOTO :eof
31
32
:do_build
33
ECHO DO BUILD : %1 %2 %3 %4 %5 %6 %7 %8 %9
34
-..\..\DatabaseGenerator\bin\Release\net6.0\DatabaseGenerator.exe config.json data.xlsx out\%1 cache param:OutputFormat=%2 param:OrdersCount=%3 param:CustomerPercentage=%4 param:StartDT=%5 param:YearsCount=%6 param:CutDateBefore=%7 param:CutDateAfter=%8 param:DeltaTableOrdersPerFile=%9
+..\..\DatabaseGenerator\bin\Release\net8.0\DatabaseGenerator.exe config.json data.xlsx out\%1 cache param:OutputFormat=%2 param:OrdersCount=%3 param:CustomerPercentage=%4 param:StartDT=%5 param:YearsCount=%6 param:CutDateBefore=%7 param:CutDateAfter=%8 param:DeltaTableOrdersPerFile=%9
35
0 commit comments