fixes a random dead lock
This commit is contained in:
parent
262edc499b
commit
1869de142a
1 changed files with 2 additions and 2 deletions
|
|
@ -7,11 +7,11 @@ project.lock.json: project.json
|
|||
dnu restore
|
||||
|
||||
$(BINTARGET): project.lock.json
|
||||
dnu build
|
||||
dnu build --configuration $(CONFIGURATION)
|
||||
|
||||
|
||||
test: $(BINTARGET)
|
||||
dnx test
|
||||
ASPNET_ENV=Development dnx test -maxthreads 1
|
||||
|
||||
.PHONY: test
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue