Updating tests
This commit is contained in:
parent
8b7c0ad468
commit
61ae452fe2
6 changed files with 9 additions and 9 deletions
|
@ -0,0 +1 @@
|
|||
Test content file that should be excluded.
|
|
@ -1 +0,0 @@
|
|||
Test content file that should be included.
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"content": "*.txt",
|
||||
"contentExclude": "ExcludeThis.txt",
|
||||
"contentExclude": "ExcludeThis1.txt",
|
||||
"contentFiles": [ "../ContentFile1.txt", "../ContentFile2.txt" ],
|
||||
"contentBuiltIn": [ "../ContentFileBuiltIn1.txt", "../ContentFileBuiltIn2.txt" ],
|
||||
"publishExclude": "IncludeThis2.txt",
|
||||
"publishExclude": "ExcludeThis2.txt",
|
||||
"buildOptions": {
|
||||
"debugType": "portable",
|
||||
"emitEntryPoint": true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue