adds a 'watch' target

vnext
Paul Schneider 7 years ago
parent eafb48dfea
commit 226790c1df
1 changed files with 3 additions and 0 deletions

@ -3,6 +3,9 @@ PRODDESTDIR=/srv/www/yavsc
default: pushInPre
watch:
ASPNET_ENV=Development dnx-watch web --configuration=Debug
cleanRelease:
rm -rf bin/Release

Loading…