Merge branch 'release' into dev
This commit is contained in:
commit
e3ed603b7e
|
|
@ -1,7 +1,13 @@
|
||||||
{
|
{
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
"warningsAsErrors": true,
|
"warningsAsErrors": true,
|
||||||
"keyFile": "../../tools/Key.snk"
|
"keyFile": "../../tools/Key.snk",
|
||||||
|
"copyToOutput": {
|
||||||
|
"include": [
|
||||||
|
"SubFolder/**/*",
|
||||||
|
"TestDocument.txt"
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"publishOptions": {
|
"publishOptions": {
|
||||||
"include": [
|
"include": [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue