Skip to content

Commit

Permalink
chore: fix NU5129 warning on dotnet pack command (#9942)
Browse files Browse the repository at this point in the history
chore: fix NU5129 warning on dotnet pack
  • Loading branch information
filzrev committed May 22, 2024
1 parent 60befb1 commit 12ddaf6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/Docfx.App/Docfx.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<Content Include="templates/**" CopyToOutputDirectory="PreserveNewest" PackageCopyToOutput="true" PackagePath="contentFiles/any/any/templates" />
<None Include="Build\docfx.app.props" Pack="true" PackagePath="build\" />
<None Include="Build\Docfx.App.props" Pack="true" PackagePath="build\" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 12ddaf6

Please sign in to comment.