params
This commit is contained in:
parent
318d56d251
commit
0985da40a6
1 changed files with 2 additions and 1 deletions
|
|
@ -66,7 +66,8 @@ pack: $(BINTARGETPATH) ../../version.txt
|
|||
@nuget pack $(PRJNAME).nuspec -Version $(VERSION) -Properties config=$(CONFIGURATION) -OutputDirectory bin
|
||||
|
||||
push: pack
|
||||
@nuget push bin/$(PRJNAME).$(VERSION).nupkg $(NUGETSOURCEAPIKEY) -src $(NUGETSOURCE) -SkipDuplicate
|
||||
@echo push to source: $(NUGETSOURCE)
|
||||
@nuget push bin/$(PRJNAME).$(VERSION).nupkg -ApiKey $(NUGETSOURCEAPIKEY) -src $(NUGETSOURCE) -SkipDuplicate
|
||||
|
||||
.PHONY: rc-num.txt-check
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue