Skip to content

Commit

Permalink
Restrict satellite assemblies to languages with translations (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandreu authored Feb 20, 2021
1 parent f5f3d8f commit 2b4a945
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/OfficeRibbonXEditor/OfficeRibbonXEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
<!--This also allows caching NuGet packages in Azure Pipelines-->
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>

<!--This limits the dlls that will be published to only those that will actually be used-->
<SatelliteResourceLanguages>en;es-ES;zh-CN</SatelliteResourceLanguages>

<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>

<!--This is needed for source generators to work-->
Expand Down

0 comments on commit 2b4a945

Please sign in to comment.