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:
parent
a559056266
commit
9048a9e445
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue