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-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": { "warningsAsErrors": true, "define": [ "DEMO", "TESTING" ] },
|
"compilationOptions": { "warningsAsErrors": true, "define": [ "DEMO", "TESTING" ] },
|
||||||
"compile": [
|
"compile": [
|
||||||
"**/*.cs",
|
|
||||||
"../../test/E2ETests/compiler/shared/**/*.cs" // This code is for testing only.
|
"../../test/E2ETests/compiler/shared/**/*.cs" // This code is for testing only.
|
||||||
],
|
],
|
||||||
"publishExclude": "*.cmd",
|
"publishExclude": "*.cmd",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue