Update project.json, code=>compile. Also remove **/*.cs and **/*.vs from compile section. These are now defaulted to on.
This commit is contained in:
parent
1d7ac248ee
commit
ec61315412
|
|
@ -12,7 +12,7 @@
|
|||
"commands": {
|
||||
"test": "xunit.runner.aspnet"
|
||||
},
|
||||
"code": "**\\*.cs;..\\common\\**\\*.cs",
|
||||
"compile": "..\\common\\**\\*.cs",
|
||||
"compilationOptions": {
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue