Skip to content

Commit

Permalink
Fix pack
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamescaper committed Nov 14, 2023
1 parent 9a38d3a commit 881fa81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 6 additions & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,11 @@
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\Readme.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

</Project>
7 changes: 0 additions & 7 deletions templates/BlazorBindings.Maui-template-pack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,6 @@
<None Include="BlazorBindingsMaui-app\.template.config\.gitignore" />
</ItemGroup>

<ItemGroup>
<None Include="..\THIRD-PARTY-NOTICES.txt" Link="THIRD-PARTY-NOTICES.txt">
<Pack>true</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Update="Nerdbank.GitVersioning" Version="3.6.133" />
</ItemGroup>
Expand Down

0 comments on commit 881fa81

Please sign in to comment.