Update project.json, code=>compile. Also remove **/*.cs and **/*.vs from compile section. These are now defaulted to on.

This commit is contained in:
N. Taylor Mullen 2015-04-02 16:15:25 -07:00
parent 1d7ac248ee
commit ec61315412
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
"commands": {
"test": "xunit.runner.aspnet"
},
"code": "**\\*.cs;..\\common\\**\\*.cs",
"compile": "..\\common\\**\\*.cs",
"compilationOptions": {
}