a breaking target

This commit is contained in:
Paul Schneider 2018-07-21 16:08:28 +02:00
commit 120de403cf

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