This commit is contained in:
Paul Schneider
2021-04-06 00:05:00 +01:00
parent a0389edcdc
commit 3095b46b2e

View File

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