Removing the default compile values.

Anything specified in "compile" is expected to append to DNX defaults. So no need to specify **\*.cs
This commit is contained in:
Praburaj 2015-03-31 11:37:20 -07:00
parent a559056266
commit 9048a9e445
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@
"version": "1.0.0-*",
"compilationOptions": { "warningsAsErrors": true, "define": [ "DEMO", "TESTING" ] },
"compile": [
"**/*.cs",
"../../test/E2ETests/compiler/shared/**/*.cs" // This code is for testing only.
],
"publishExclude": "*.cmd",