Skip to content

Commit

Permalink
Theoretically added Documentation file to NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
invertedtomato committed Jul 8, 2023
1 parent f5a061c commit db92297
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -340,4 +340,6 @@ ASALocalRun/
# BeatPulse healthcheck temp database
healthchecksdb

.DS_Store
.DS_Store

InvertedTomato.Crc.xml
9 changes: 8 additions & 1 deletion Library/Library.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DocumentationFile>bin\Debug\InvertedTomato.Crc.xml</DocumentationFile>
<DocumentationFile>InvertedTomato.Crc.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
Expand All @@ -41,4 +41,11 @@
<ItemGroup>
<None Include="../README.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
<None Remove="InvertedTomato.Crc.xml" />
<Content Include="InvertedTomato.Crc.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>

0 comments on commit db92297

Please sign in to comment.