Adding an E2E test for pack with content during migration.
This commit is contained in:
parent
6d9137cf11
commit
a6165feec5
3 changed files with 71 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
Random content.
|
|
@ -17,5 +17,13 @@
|
|||
},
|
||||
"frameworks": {
|
||||
"netstandard1.5": {}
|
||||
},
|
||||
"packOptions": {
|
||||
"files": {
|
||||
"include": ["contentitem.txt"],
|
||||
"mappings": {
|
||||
"dir/contentitem.txt": "contentitem.txt"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue