refactorinf & max result per page

This commit is contained in:
Paul Schneider 2018-08-01 10:55:52 +02:00
commit 63508b4291
12 changed files with 223 additions and 102 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