Skip to content

Commit

Permalink
chore: remove extra directory separator in path
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Mar 23, 2024
1 parent d04c397 commit 1bcb98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resizetizer/src/Resizetizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
</ItemGroup>

<Copy SourceFiles="@(_OutputFile)"
DestinationFiles="@(_OutputFile->'$(UnoNuspecDirectory)\$(TargetFramework)\%(Filename)%(Extension)')"
DestinationFiles="@(_OutputFile->'$(UnoNuspecDirectory)$(TargetFramework)\%(Filename)%(Extension)')"
SkipUnchangedFiles="true"
OverwriteReadOnlyFiles="true" />

Expand Down

0 comments on commit 1bcb98a

Please sign in to comment.