Skip to content

Commit

Permalink
Add outputPath for nuget deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
sky1045 committed Jan 8, 2025
1 parent b0d0a38 commit 6ede5e1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<OutputPath>.bin</OutputPath>
<IntermediateOutputPath>.obj</IntermediateOutputPath>
</PropertyGroup>

<ItemGroup Condition="!'$(UseLocalLibplanet)'">
Expand Down

0 comments on commit 6ede5e1

Please sign in to comment.