PKGFILENAME is to specific for this file

This commit is contained in:
Paul Schneider 2018-05-07 10:11:50 +02:00
commit 5e651268bd

View file

@ -1,11 +1,12 @@
ifndef PRJNAME
PRJNAME := $(shell basename `pwd -P`) PRJNAME := $(shell basename `pwd -P`)
endif
SOLUTIONDIR=$(HOME)/workspace/yavsc SOLUTIONDIR=$(HOME)/workspace/yavsc
rc_num := $(shell cat $(SOLUTIONDIR)/rc-num.txt) rc_num := $(shell cat $(SOLUTIONDIR)/rc-num.txt)
DESTDIR=$(SOLUTIONDIR)/build DESTDIR=$(SOLUTIONDIR)/build
MAKE=make MAKE=make
NUGETSOURCE=$(HOME)/Nupkgs NUGETSOURCE=$(HOME)/Nupkgs
PKGFILENAME=$(PRJNAME).$(VERSION).nupkg
VERSION=1.0.5-rc$(rc_num) VERSION=1.0.5-rc$(rc_num)
CONFIGURATION=Release CONFIGURATION=Release