This commit is contained in:
2018-05-04 17:56:35 +02:00
parent 4e3845755b
commit ae74d02c35
4 changed files with 40 additions and 3 deletions

View File

@ -4,10 +4,9 @@ SOLUTIONDIR=$(HOME)/workspace/yavsc
rc_num := $(shell cat $(SOLUTIONDIR)/rc-num.txt)
DESTDIR=$(SOLUTIONDIR)/build
MAKE=make
VERSION=1.0.5-rc$(rc_num)
CONFIGURATION=Release
# nuget package destination, at generation time
NUGETSOURCE=$(HOME)/Nupkgs
PKGFILENAME=$(PRJNAME).$(VERSION).nupkg
VERSION=1.0.5-rc$(rc_num)
CONFIGURATION=Release