Skip to content

Commit

Permalink
fix dotnet readme pathing for release (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
fundthmcalculus committed Jun 29, 2022
1 parent cb019c3 commit eda4f39
Show file tree
Hide file tree
Showing 2 changed files with 481 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dotnet/Trinsic/Trinsic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<IsBrowser>false</IsBrowser>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DocumentationFile>Trinsic.xml</DocumentationFile>
<PackageReadmeFile>../README.md</PackageReadmeFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<PropertyGroup Condition="'$(IsBrowser)' == 'true'">
Expand Down Expand Up @@ -52,6 +52,7 @@
</ItemGroup>

<ItemGroup>
<None Include="../README.md" Pack="true" PackagePath="\" />
<Protobuf Include="../../proto/**/*.proto" ProtoRoot="../../proto" />
</ItemGroup>

Expand Down

0 comments on commit eda4f39

Please sign in to comment.