adds a 'watch' target

This commit is contained in:
Paul Schneider 2017-06-03 01:04:10 +02:00
commit a94227dffd

View file

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