fixes file saving &
code format
This commit is contained in:
parent
7b14144193
commit
be9889be59
3 changed files with 12 additions and 12 deletions
|
|
@ -12,11 +12,14 @@ msbuild-restore:
|
|||
|
||||
check: run
|
||||
|
||||
|
||||
project.lock.json: project.json
|
||||
dnu restore
|
||||
@# 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: project.lock.json
|
||||
|
||||
$(BINTARGETPATH): project.lock.json
|
||||
|
||||
run: $(BINTARGETPATH)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue