Skip to content

Commit

Permalink
Merge pull request #3127 from sky1045/rename/actionevaluatorCommonCom…
Browse files Browse the repository at this point in the history
…ponents

Add outputPath for nuget deploy
  • Loading branch information
sky1045 authored Jan 9, 2025
2 parents 6fd9c0a + 948a051 commit f52482d
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 f52482d

Please sign in to comment.