pushing <3

This commit is contained in:
2018-04-26 21:02:11 +02:00
parent 96e250e0cd
commit b973d34eba
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