PKGFILENAME is to specific for this file

This commit is contained in:
2018-05-07 10:11:50 +02:00
parent b3a9ee9d28
commit 1e6f74d70b

View File

@ -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