You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I clone the repo at v3.0.1 and run ./build.sh, artifacts/packages/Debug/Shipping/Microsoft.Extensions.FileProviders.Embedded.3.0.1.nupkg contains only these dirs:
I am running my build in a CentOS 7 Docker container, but it probably repro'd on every source-build CI platform such as macOS. (We notably don't build on Windows.)
During a 3.0.1 source-build, this repros as well. I can't test it on the v3.0.2 tag here standalone because it doesn't build.
To Reproduce
./build.sh at v3.0.1. Linux may be necessary.
Expected behavior
The nupkg should be the same as the released one (modulo determinism and capability issues).
Additional context
I believe this is breaking source-build, with a last-minute workaround of not crossgenning the outputs: dotnet/source-build#1452.