Merge pull request #3503 from sbwalker/dev

prevent localized Microsoft.CodeAnalysis.*.resources.dll files from being included in release
This commit is contained in:
Shaun Walker 2023-11-22 15:04:19 -05:00 committed by GitHub
commit e9bb228528
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@
<IsPackable>true</IsPackable>
<DefineConstants>$(DefineConstants);OQTANE;OQTANE3</DefineConstants>
<PreserveCompilationContext>true</PreserveCompilationContext>
<SatelliteResourceLanguages>none</SatelliteResourceLanguages>
</PropertyGroup>
<ItemGroup>
<Compile Remove="wwwroot\Modules\Templates\**" />