This commit is contained in:
Paul Schneider 2018-05-04 17:56:35 +02:00
commit d91d744f5b
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