pushing <3

This commit is contained in:
Paul Schneider 2018-04-26 21:02:11 +02:00
commit bc2630f854
10 changed files with 44 additions and 24 deletions

View file

@ -6,9 +6,12 @@ build: project.lock.json
dnu build
project.lock.json: project.json
bin/output/approot/run: project.lock.json
dnu restore
run: bin/output/approot/run
run: ../Yavsc/bin/Debug/dnx451/Yavsc.dll
ASPNET_ENV=Development ASPNET_LOG_LEVEL=Debug dnx run
../Yavsc/bin/Debug/dnx451/Yavsc.dll:
make -C ../Yavsc