Skip to content

Commit 4bb0c38

Browse files
committed
Try a different approach to avoiding spurious NuGet pack issues
1 parent 926d0f6 commit 4bb0c38

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Serilog.Extensions.Logging/Serilog.Extensions.Logging.csproj

+3
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@
1818
<RepositoryType>git</RepositoryType>
1919
<DebugType>embedded</DebugType>
2020
<PublishRepositoryUrl>true</PublishRepositoryUrl>
21+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2122
<ContinuousIntegrationBuild Condition="'$(APPVEYOR)' == 'true'">True</ContinuousIntegrationBuild>
2223
<PackageReadmeFile>README.md</PackageReadmeFile>
24+
<!-- See https://github.com/NuGet/Home/issues/6001 -->
25+
<NoWarn>NU5118</NoWarn>
2326
</PropertyGroup>
2427

2528
<ItemGroup>

0 commit comments

Comments
 (0)