vnext
Paul Schneider 4 years ago
parent a0389edcdc
commit 3095b46b2e
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 @nuget pack $(PRJNAME).nuspec -Version $(VERSION) -Properties config=$(CONFIGURATION) -OutputDirectory bin
push: pack 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 .PHONY: rc-num.txt-check

Loading…