Merge rel/1.0.0 into feature/msbuild.

This commit is contained in:
Eric Erhardt 2016-07-18 14:44:06 -05:00
commit d2db776d87
34 changed files with 204 additions and 631 deletions

View file

@ -20,11 +20,12 @@
"files": {
"includeFiles": "packfiles/pack1.txt",
"mappings": {
"newpath/": "packfiles/pack2.txt"
"newpath/": "packfiles/pack2.txt",
"anotherpath/": "packfiles/pack2.txt"
}
}
},
"publishOptions": "testpublishfile.txt",
"publishOptions": [ "testpublishfile.txt", "publishfiles" ],
"frameworks": {
"netcoreapp1.0": {}
},