adds a 'watch' target
This commit is contained in:
@ -3,6 +3,9 @@ PRODDESTDIR=/srv/www/yavsc
|
||||
|
||||
default: pushInPre
|
||||
|
||||
watch:
|
||||
ASPNET_ENV=Development dnx-watch web --configuration=Debug
|
||||
|
||||
cleanRelease:
|
||||
rm -rf bin/Release
|
||||
|
||||
|
Reference in New Issue
Block a user