refactoring

This commit is contained in:
2018-12-14 11:48:26 +00:00
parent dc0199aa46
commit 521bdd26ba
4 changed files with 14 additions and 7 deletions

View File

@ -0,0 +1,5 @@
include ../versioning.mk
include ../dnx.mk
all: $(BINTARGETPATH)

View File

@ -3,5 +3,11 @@ include ../dnx.mk
all: $(BINTARGETPATH)
bin/$(CONFIGURATION)/Yavsc.Server.dll: ../OAuth.AspNet.AuthServer/bin/$(CONFIGURATION)/OAuth.AspNet.AuthServer.dll
$(BINTARGETPATH): ../OAuth.AspNet.AuthServer/bin/$(CONFIGURATION)/OAuth.AspNet.AuthServer.dll ../Yavsc.Abstract/bin/$(CONFIGURATION)/Yavsc.Abstract.dll
../OAuth.AspNet.AuthServer/bin/$(CONFIGURATION)/OAuth.AspNet.AuthServer.dll:
make -C ../OAuth.AspNet.AuthServer
../Yavsc.Abstract/bin/$(CONFIGURATION)/Yavsc.Abstract.dll:
make -C ../Yavsc.Abstract

View File

@ -20,8 +20,6 @@ else
@git status
endif
default: pushInPre
publish:
ASPNET_ENV=$(ASPNET_ENV) dnu publish

6
dnx.mk
View File

@ -74,8 +74,6 @@ endif
deploy-pkg: pack
@mv bin/$(PKGFILENAME) $(NUGETSOURCE)
.PHONY: rc-num.txt-check $(BINTARGETPATH)
.DEFAULT_GOAL :=
.PHONY: rc-num.txt-check
.DEFAULT_GOAL := $(BINTARGETPATH)