builds the nuget package Yavsc.Abstract
This commit is contained in:
parent
a4253ae35c
commit
822463b8c7
1 changed files with 15 additions and 0 deletions
15
Yavsc.Abstract/Makefile
Normal file
15
Yavsc.Abstract/Makefile
Normal 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)
|
||||||
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue