refactoring
This commit is contained in:
parent
3f7a423aa7
commit
73b7cda4af
4 changed files with 14 additions and 7 deletions
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
|
||||
|
||||
|
|
|
|||
6
dnx.mk
6
dnx.mk
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue