Skip to content

Commit

Permalink
Fix typo on nupkg copying
Browse files Browse the repository at this point in the history
  • Loading branch information
Banane9 committed Feb 1, 2024
1 parent 64662c0 commit a9723d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
<Copy
Condition="'$(CopyToLibraries)'=='true'"
SourceFiles="$(ProjectDir)$(NuPkgName).nupkg"
DestinationFiles="$(ResonitePath)\MonkeyLoader\GamePacks\$(NuPkgName).nuget" />
DestinationFiles="$(ResonitePath)\MonkeyLoader\GamePacks\$(NuPkgName).nupkg" />
<Message
Condition="'$(CopyToLibraries)'=='true'"
Text="Copied '$(NuPkgName).nupkg' to '$(ResonitePath)\MonkeyLoader\GamePacks\$(NuPkgName).nuget'"
Text="Copied '$(NuPkgName).nupkg' to '$(ResonitePath)\MonkeyLoader\GamePacks\$(NuPkgName).nupkg'"
Importance="high" />
</Target>

Expand Down

0 comments on commit a9723d4

Please sign in to comment.