Adding an E2E test for pack with content during migration.

This commit is contained in:
Livar Cunha 2017-02-23 23:07:38 -08:00
parent 6d9137cf11
commit a6165feec5
3 changed files with 71 additions and 0 deletions

View file

@ -0,0 +1 @@
Random content.

View file

@ -17,5 +17,13 @@
},
"frameworks": {
"netstandard1.5": {}
},
"packOptions": {
"files": {
"include": ["contentitem.txt"],
"mappings": {
"dir/contentitem.txt": "contentitem.txt"
}
}
}
}