a breaking target

vnext
Paul Schneider 6 years ago
parent e73731a2ea
commit a531a46fb0
1 changed files with 4 additions and 0 deletions

@ -10,6 +10,10 @@ $(BINTARGET): project.lock.json
dnu build --configuration $(CONFIGURATION)
breaking:
dnx test -class test.YavscWorkInProgress.GitClone
test: $(BINTARGET)
ASPNET_ENV=Development dnx test -maxthreads 1

Loading…