diff --git a/omnisharp.json b/omnisharp.json index 761b720b..0c658df7 100644 --- a/omnisharp.json +++ b/omnisharp.json @@ -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" } diff --git a/src/Yavsc/Startup/.Startup.cs.swp b/src/Yavsc/Startup/.Startup.cs.swp deleted file mode 100644 index 663ba23d..00000000 Binary files a/src/Yavsc/Startup/.Startup.cs.swp and /dev/null differ diff --git a/src/cli/.paul-ci.json b/src/cli/.paul-ci.json index 4f71532d..9fa6e369 100644 --- a/src/cli/.paul-ci.json +++ b/src/cli/.paul-ci.json @@ -1,5 +1,16 @@ { - "build": { - + "tools": { + "make": {} + }, + "projects": { + "yavsc": { + "type": "make", + "source" : { + "github": "pazof/yavsc", + "branch": "vnext" + }, + "env": [], + "args": [] + } } -} \ No newline at end of file +}