params
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user