Skip to content

Commit

Permalink
Fix Piton.NuGet targets not triggering on dotnet pack
Browse files Browse the repository at this point in the history
  • Loading branch information
Popax21 committed Apr 22, 2024
1 parent b6b9202 commit b7ed91f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Piton.NuGet.proj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ItemGroup>

<!-- Build + Include custom MSBuild tasks -->
<Target Name="PackTasksAssembly" BeforeTargets="Build">
<Target Name="PackTasksAssembly" BeforeTargets="Pack">
<!-- Build the MSBuild tasks assembly -->
<MSBuild Projects="msbuild/Piton.Tasks.csproj" Properties="Configuration=$(Configuration)">
<Output TaskParameter="TargetOutputs" ItemName="PitonTasksAssembly" />
Expand All @@ -30,7 +30,7 @@
</Target>

<!-- Include apphost binaries -->
<Target Name="PackAppHostBinaries" BeforeTargets="Build">
<Target Name="PackAppHostBinaries" BeforeTargets="Pack">
<ItemGroup>
<PitonBaseTargets Include="win_x86" ExecSuffix=".exe" />
<PitonBaseTargets Include="win_x64" ExecSuffix=".exe" />
Expand Down

0 comments on commit b7ed91f

Please sign in to comment.