code hidding 'build' dir
This commit is contained in:
parent
345c787e06
commit
fe9349160b
5 changed files with 21 additions and 21 deletions
|
|
@ -15,7 +15,6 @@ BINTARGET=$(PRJNAME).dll
|
|||
BINTARGETPATH=bin/$(CONFIGURATION)/$(FRAMEWORKALIAS)/$(BINTARGET)
|
||||
PKGFILENAME=$(PRJNAME).$(VERSION).nupkg
|
||||
dnu=dnu
|
||||
dnx=ndnx
|
||||
|
||||
# OBS SUBDIRS=Yavsc.Server Yavsc.Abstract Yavsc cli
|
||||
#
|
||||
|
|
@ -27,6 +26,9 @@ git_status := $(shell git status -s --porcelain |wc -l)
|
|||
|
||||
all: $(BINTARGETPATH)
|
||||
|
||||
fixSystemXML:
|
||||
@# fixing package id reference case, to System.Xml, from package NJsonSchema.CodeGeneration.CSharp
|
||||
@sed 's/System.XML/System.Xml/' project.lock.json > project.lock.json.new && mv project.lock.json.new project.lock.json
|
||||
|
||||
restore:
|
||||
touch project.json
|
||||
|
|
|
|||
|
|
@ -15,5 +15,3 @@ ifndef version
|
|||
else
|
||||
@echo 'Got version number : $(version)'
|
||||
endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue