Skip to content

Commit

Permalink
Fix path in NuGet MSBuild project
Browse files Browse the repository at this point in the history
  • Loading branch information
Popax21 committed Apr 22, 2024
1 parent 4bd89d2 commit 95783fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuget/Piton.NuGet.proj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<!-- Include MSBuild .props / .target files -->
<ItemGroup>
<Content Include="build/" PackagePath="build/" />
<Content Include="../build/" PackagePath="build/" />
</ItemGroup>

<!-- Build + Include custom MSBuild tasks -->
Expand Down

0 comments on commit 95783fe

Please sign in to comment.