Changing project.json code node => compile

This commit is contained in:
Praburaj 2015-03-18 10:16:06 -07:00
parent db08329637
commit 777e6950fd
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"description": "Music store application on ASP.NET 5",
"version": "1.0.0-*",
"compilationOptions": { "warningsAsErrors": true, "define": [ "DEMO", "TESTING" ] },
"code": [
"compile": [
"**/*.cs",
"../../test/E2ETests/compiler/shared/**/*.cs" // This code is for testing only.
],