builds the nuget package Yavsc.Abstract

This commit is contained in:
Paul Schneider 2018-01-15 14:10:03 +01:00
commit 822463b8c7

15
Yavsc.Abstract/Makefile Normal file
View file

@ -0,0 +1,15 @@
TARGET=bin/Debug/Yavsc.Abstract.1.0.0.nupkg
publish: $(TARGET)
cp $(TARGET) ~/Nupkgs
$(TARGET):
dnu pack
clean:
rm $(TARGET)