Skip to content

Commit

Permalink
Avoid publishing localized assembly resource files
Browse files Browse the repository at this point in the history
  • Loading branch information
natenho committed Mar 6, 2021
1 parent d4ca6f1 commit f4f77b4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Mockaco/Mockaco.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<LangVersion>latest</LangVersion>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<DockerfileContext>..\..</DockerfileContext>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
</PropertyGroup>

<PropertyGroup>
Expand Down Expand Up @@ -51,9 +52,4 @@
</None>
</ItemGroup>

<ItemGroup>
<Folder Include="Mocks\issue69\" />
<Folder Include="Templating\Scripting\" />
</ItemGroup>

</Project>

0 comments on commit f4f77b4

Please sign in to comment.