The dotnet publish command didn't copy over static files and directories specified in project.json publishOptions: include array when the --output flag is specified. It works as expected when a custom output directory is not specified with the --output flag.
↧