renewing nuget beans

This commit is contained in:
Paul Schneider 2018-12-20 16:30:09 +00:00
commit 41f4b3fabd
6 changed files with 315 additions and 164 deletions

View file

@ -28,5 +28,8 @@ testdev: $(BINTARGET)
test: $(BINTARGET)
ASPNET_ENV=Development dnx test -maxthreads 1 -trait regres=no
clean:
rm -rf bin obj
.PHONY: test