set key & push
This commit is contained in:
parent
0985da40a6
commit
14bb4addbd
1 changed files with 2 additions and 1 deletions
|
|
@ -67,7 +67,8 @@ pack: $(BINTARGETPATH) ../../version.txt
|
|||
|
||||
push: pack
|
||||
@echo push to source: $(NUGETSOURCE)
|
||||
@nuget push bin/$(PRJNAME).$(VERSION).nupkg -ApiKey $(NUGETSOURCEAPIKEY) -src $(NUGETSOURCE) -SkipDuplicate
|
||||
@nuget setApiKey $(NUGETSOURCEAPIKEY) -Source $(NUGETSOURCE)
|
||||
@nuget push bin/$(PRJNAME).$(VERSION).nupkg -src $(NUGETSOURCE) -SkipDuplicate
|
||||
|
||||
.PHONY: rc-num.txt-check
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue