renewing nuget beans

This commit is contained in:
2018-12-20 16:30:09 +00:00
parent 32622d9b17
commit 1f917f16ed
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