Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Commit e3ed603

Browse files
committed
Merge branch 'release' into dev
2 parents 133e95a + 0070560 commit e3ed603

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

test/Microsoft.AspNetCore.StaticFiles.Tests/project.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"buildOptions": {
33
"warningsAsErrors": true,
4-
"keyFile": "../../tools/Key.snk"
4+
"keyFile": "../../tools/Key.snk",
5+
"copyToOutput": {
6+
"include": [
7+
"SubFolder/**/*",
8+
"TestDocument.txt"
9+
]
10+
}
511
},
612
"publishOptions": {
713
"include": [

0 commit comments

Comments
 (0)