refactoring
This commit is contained in:
5
OAuth.AspNet.AuthServer/Makefile
Normal file
5
OAuth.AspNet.AuthServer/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
include ../versioning.mk
|
||||
include ../dnx.mk
|
||||
|
||||
all: $(BINTARGETPATH)
|
||||
|
@ -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
|
||||
|
||||
|
@ -20,8 +20,6 @@ else
|
||||
@git status
|
||||
endif
|
||||
|
||||
default: pushInPre
|
||||
|
||||
publish:
|
||||
ASPNET_ENV=$(ASPNET_ENV) dnu publish
|
||||
|
||||
|
Reference in New Issue
Block a user