bad place for this param

This commit is contained in:
Paul Schneider 2021-04-05 23:56:22 +01:00
commit 318d56d251
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@ 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)
@nuget push bin/$(PRJNAME).$(VERSION).nupkg $(NUGETSOURCEAPIKEY) -src $(NUGETSOURCE) -SkipDuplicate
.PHONY: rc-num.txt-check