a breaking target

This commit is contained in:
2018-07-21 16:08:28 +02:00
parent e73731a2ea
commit a531a46fb0

View File

@ -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