Changing project.json code node => compile
This commit is contained in:
parent
db08329637
commit
777e6950fd
|
|
@ -5,7 +5,7 @@
|
||||||
"description": "Music store application on ASP.NET 5",
|
"description": "Music store application on ASP.NET 5",
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": { "warningsAsErrors": true, "define": [ "DEMO", "TESTING" ] },
|
"compilationOptions": { "warningsAsErrors": true, "define": [ "DEMO", "TESTING" ] },
|
||||||
"code": [
|
"compile": [
|
||||||
"**/*.cs",
|
"**/*.cs",
|
||||||
"../../test/E2ETests/compiler/shared/**/*.cs" // This code is for testing only.
|
"../../test/E2ETests/compiler/shared/**/*.cs" // This code is for testing only.
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue