Skip to content

Commit

Permalink
Try a different approach to avoiding spurious NuGet pack issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nblumhardt committed May 3, 2023
1 parent 926d0f6 commit 4bb0c38
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@
<RepositoryType>git</RepositoryType>
<DebugType>embedded</DebugType>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<ContinuousIntegrationBuild Condition="'$(APPVEYOR)' == 'true'">True</ContinuousIntegrationBuild>
<PackageReadmeFile>README.md</PackageReadmeFile>
<!-- See https://github.com/NuGet/Home/issues/6001 -->
<NoWarn>NU5118</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 4bb0c38

Please sign in to comment.