big commit
This commit is contained in:
parent
7016033872
commit
f972b677c2
239 changed files with 2674 additions and 148 deletions
|
|
@ -1,23 +1,2 @@
|
|||
include ../common.mk
|
||||
|
||||
|
||||
# Useless, defaults to the directory name.
|
||||
#
|
||||
PRJNAME=Yavsc.Server
|
||||
|
||||
$(PACKAGE): $(BINARY)
|
||||
nuget pack $(PRJNAME).nuspec -Version $(VERSION) -Properties config=$(CONFIG)
|
||||
|
||||
clean:
|
||||
rm $(PACKAGE)
|
||||
|
||||
$(BINARY): project.lock.json
|
||||
dnu build --configuration $(CONFIG)
|
||||
|
||||
project.lock.json: project.json
|
||||
dnu restore
|
||||
|
||||
deploy-pkg: $(PACKAGE)
|
||||
cp $(PACKAGE) $(NUGETSOURCE)
|
||||
|
||||
.PHONY: $(BINARY)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue