vnext
Paul Schneider 7 years ago
parent 5cab1e9f95
commit d8b4616783
1 changed files with 2 additions and 0 deletions

@ -4,6 +4,8 @@ ASPNET_ENV=Development
CONFIGURATION=Release
ASPNET_LOG_LEVEL=info #warn
deploy: clean pushInPre pushInProd
all: bin/$(CONFIGURATION)
git_status := $(shell git status -s --porcelain |wc -l)

Loading…