Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PublishCompressionFormats is not used during dotnet pack #35889

Open
davhdavh opened this issue Oct 6, 2023 · 1 comment
Open

PublishCompressionFormats is not used during dotnet pack #35889

davhdavh opened this issue Oct 6, 2023 · 1 comment
Assignees
Labels
untriaged Request triage from a team member

Comments

@davhdavh
Copy link

davhdavh commented Oct 6, 2023

Describe the bug

Building razor/blazor nuget package does not respect the PublishCompressionFormats

Relevant code:

<PublishCompressionFormats>$(PublishCompressionFormats);gzip;brotli</PublishCompressionFormats>

To Reproduce

  1. new nuget project
  2. add some css file and set <CompressionIncludePatterns>$(CompressionIncludePatterns);**/*.css;</CompressionIncludePatterns>
  3. dotnet pack
  4. check obj\Release\net8.0\compressed -> no br files

Exceptions (if any)

Further technical details

  • 8.0-rc.1
@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged Request triage from a team member label Oct 6, 2023
@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
untriaged Request triage from a team member
Projects
None yet
Development

No branches or pull requests

2 participants