PP file output is not being generated during the build
Steps:
- create c# class library
- Install package contentfilesexample -v 1.0.2 as PackageReference
Expected
ExampleReader will be in the current namespace from the pp file.
Actual
ExampleReader does not exist
Copied from dotnet/sdk#1100 for classic c# project system as well