vers une incrémentation d'un numéro de candidat à la production
This commit is contained in:
parent
22b17d5a2f
commit
7e646afea1
4 changed files with 23 additions and 4 deletions
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue