fixed cli arch

This commit is contained in:
Paul Schneider 2018-04-26 10:51:39 +02:00
commit 2490970a84
2 changed files with 2 additions and 2 deletions

View file

@ -11,4 +11,4 @@ bin/output/approot/run: project.lock.json
dnu restore
run: bin/output/approot/run
ASPNET_ENV=Development dnx run
ASPNET_ENV=Development ASPNET_LOG_LEVEL=Debug dnx run