testing db update

This commit is contained in:
Paul Schneider 2018-09-04 16:40:02 +02:00
commit 0be787c6fa
8 changed files with 161 additions and 20 deletions

View file

@ -21,6 +21,9 @@ $(BINTARGET): project.lock.json ../Yavsc/bin/$(CONFIGURATION)/dnx451/Yavsc.dll .
breaking:
dnx test -trait regres=yes
testdev: $(BINTARGET)
ASPNET_ENV=Development dnx test -maxthreads 1 -trait dev=wip
test: $(BINTARGET)
ASPNET_ENV=Development dnx test -maxthreads 1 -trait regres=no