Was reviewing build output and found an unexpected file type.
│ ├── Microsoft.Extensions.ApiDescription.Server.0.3.0-preview7.19306.12
│ │ └── tools
│ │ ├── netcoreapp2.1
│ │ │ ├── GetDocument.Insider.deps.json
│ │ │ ├── GetDocument.Insider.runtimeconfig.dev.json
│ │ │ └── GetDocument.Insider.runtimeconfig.json
This file shouldn't be in the .nupkg. It is only supposed to use in local development because it will contain file paths that are machine-specific.

cc @dougbu
Was reviewing build output and found an unexpected file type.
This file shouldn't be in the .nupkg. It is only supposed to use in local development because it will contain file paths that are machine-specific.
cc @dougbu