PKGFILENAME is to specific for this file
This commit is contained in:
parent
e8ac2515f1
commit
5e651268bd
1 changed files with 2 additions and 1 deletions
|
|
@ -1,11 +1,12 @@
|
|||
|
||||
ifndef PRJNAME
|
||||
PRJNAME := $(shell basename `pwd -P`)
|
||||
endif
|
||||
SOLUTIONDIR=$(HOME)/workspace/yavsc
|
||||
rc_num := $(shell cat $(SOLUTIONDIR)/rc-num.txt)
|
||||
DESTDIR=$(SOLUTIONDIR)/build
|
||||
MAKE=make
|
||||
NUGETSOURCE=$(HOME)/Nupkgs
|
||||
PKGFILENAME=$(PRJNAME).$(VERSION).nupkg
|
||||
VERSION=1.0.5-rc$(rc_num)
|
||||
CONFIGURATION=Release
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue