cleanings

vnext
Paul Schneider 6 years ago
parent 5f499435a7
commit 8cfc5342bf
3 changed files with 16 additions and 5 deletions

@ -1,11 +1,11 @@
{
"DotNet": {
"projectskjad": "src/*/project.json;test/*/project.json;scripts/*/project.json",
"enabled": true,
"enablePackageRestore": false,
"script": {
"enableScriptNuGetReferences": true,
"defaultTargetFramework": "dnx451"
}
}
},
"packages": "packages"
}

Binary file not shown.

@ -1,5 +1,16 @@
{
"build": {
"tools": {
"make": {}
},
"projects": {
"yavsc": {
"type": "make",
"source" : {
"github": "pazof/yavsc",
"branch": "vnext"
},
"env": [],
"args": []
}
}
}
}

Loading…