a breaking target
This commit is contained in:
parent
1869de142a
commit
120de403cf
1 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,10 @@ $(BINTARGET): project.lock.json
|
||||||
dnu build --configuration $(CONFIGURATION)
|
dnu build --configuration $(CONFIGURATION)
|
||||||
|
|
||||||
|
|
||||||
|
breaking:
|
||||||
|
dnx test -class test.YavscWorkInProgress.GitClone
|
||||||
|
|
||||||
|
|
||||||
test: $(BINTARGET)
|
test: $(BINTARGET)
|
||||||
ASPNET_ENV=Development dnx test -maxthreads 1
|
ASPNET_ENV=Development dnx test -maxthreads 1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue