Skip to content

Commit

Permalink
Use backslash instead of frontslash
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthri committed May 28, 2023
1 parent 91074d5 commit eabed59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Belp.SDK.PackOnly/Belp.SDK.PackOnly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

<!-- Package Assets Configuration -->
<ItemGroup>
<None Include="Assets\**\*" Pack="true" PackagePath="/" />
<None Include="../../README.md" Pack="true" PackagePath="/" />
<None Include="Assets\**\*" Pack="true" PackagePath="\" />
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>


Expand Down

0 comments on commit eabed59

Please sign in to comment.