testing db update
This commit is contained in:
parent
8758f45c1f
commit
0be787c6fa
8 changed files with 161 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue