From 6b3302568f29278f8db141235d26b5556ac57c0e Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Thu, 12 Apr 2018 13:24:37 +0200 Subject: [PATCH] code refactoring --- Yavsc.Abstract/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Yavsc.Abstract/Makefile b/Yavsc.Abstract/Makefile index 24bb3c15..9def6886 100644 --- a/Yavsc.Abstract/Makefile +++ b/Yavsc.Abstract/Makefile @@ -4,7 +4,7 @@ PRJNAME=Yavsc.Abstract PKGFILENAME=$(PRJNAME).$(VERSION).nupkg DESTPATH=. PACKAGE=$(DESTPATH)/$(PKGFILENAME) -BINARY=bin/$(CONFIG)/net451/Yavsc.Abstract.dll +BINARY=bin/$(CONFIG)/net451/$(PRJNAME).dll NUGETSOURCE=$(HOME)/Nupkgs/ $(PACKAGE): $(BINARY)