This commit is contained in:
2018-06-24 00:21:15 +02:00
parent e56547d25f
commit b93db116e1
7 changed files with 2506 additions and 43 deletions

View File

@ -1,6 +1,6 @@
include versioning.mk
SUBDIRS=Yavsc Yavsc.Server Yavsc.Abstract cli
SUBDIRS=Yavsc Yavsc.Server Yavsc.Abstract cli test
all: deploy-pkgs
@ -36,6 +36,7 @@ undoLocalYavscNugetDeploy:
check: cli
make -C cli check
make -C test test
deploy-pkgs: Yavsc-deploy-pkg Yavsc.Server-deploy-pkg Yavsc.Abstract-deploy-pkg cli-deploy-pkg