This commit is contained in:
Paul Schneider 2021-04-06 00:05:00 +01:00
commit 0985da40a6

View file

@ -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