refactorinf & max result per page

This commit is contained in:
2018-08-01 10:55:52 +02:00
parent 02645a0a9a
commit 27dfd14989
12 changed files with 224 additions and 103 deletions

View File

@ -19,11 +19,11 @@ $(BINTARGET): project.lock.json ../Yavsc/bin/$(CONFIGURATION)/dnx451/Yavsc.dll .
dnu build --configuration $(CONFIGURATION)
breaking:
dnx test -trait noregres=no
dnx test -trait regres=yes
test: $(BINTARGET)
ASPNET_ENV=Development dnx test -maxthreads 1 -trait noregres=yes
ASPNET_ENV=Development dnx test -maxthreads 1 -trait regres=no
.PHONY: test