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
I have added the following to the csproj of a dll included in the fsailing project:
<!--Compression directives (Note that the patterns are relative to wwwroot)-->
<PropertyGroup>
<CompressionIncludePatterns>$(CompressionIncludePatterns);**/*.css;**/*.js</CompressionIncludePatterns>
<BuildCompressionFormats>gzip;brotli</BuildCompressionFormats>
<PublishCompressionFormats>gzip;brotli</PublishCompressionFormats>
</PropertyGroup>
Is there an existing issue for this?
Describe the bug
I have added the following to the csproj of a dll included in the fsailing project:
This was in response to #48308
My build works locally in Visual Studio on Windows
The build step running under ubuntu-latest fails with:
Expected Behavior
I expect the build to complete even with compression of assets enabled
Steps To Reproduce
The repository is at
https://github.com/MarkStega/ICEBG branch vNext2
The build step that is failing is:
It is failing at the first bit, the dotnet publish
If I remove the compression directives the publish succeeds.
Failing workflow run: https://github.com/MarkStega/ICEBG/actions/runs/5037755647/jobs/9034796487
Successful workflow run: https://github.com/MarkStega/ICEBG/actions/runs/5037901742
Exceptions (if any)
No response
.NET Version
This is the DN8 Preview 4
Anything else?
[EDIT] This is not a github action issue. The same error occurs in a docker build with the following environment:
The text was updated successfully, but these errors were encountered: