vers une incrémentation d'un numéro de candidat à la production

This commit is contained in:
Paul Schneider 2018-04-27 15:05:18 +02:00
commit 7e646afea1
4 changed files with 23 additions and 4 deletions

View file

@ -17,7 +17,7 @@ NUGETSOURCE=$(HOME)/Nupkgs/
all: $(BINTARGETPATH)
$(BINTARGETPATH):
$(BINTARGETPATH):
dnu build
deploy: clean pushInPre pushInProd
@ -34,6 +34,10 @@ endif
default: pushInPre
restore:
touch project.json
dnu restore
project.lock.json: project.json
dnu restore
@ -96,4 +100,3 @@ deploy-pkg: $(PACKAGE)
.PHONY: $(PACKAGE) $(BINTARGETPATH)