Skip to content

Commit

Permalink
fix multitargeting build
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-hodgson authored Nov 28, 2023
1 parent 2b79ba0 commit cae8d9e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Benjamin.Pizza.BuildScripts/Benjamin.Pizza.BuildScripts.proj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
<Pack>true</Pack>
<PackagePath>build</PackagePath>
</None>
<None Include="buildMultitargeting/**/*">
<Pack>true</Pack>
<PackagePath>buildMultitargeting</PackagePath>
</None>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project>

<Import Project="$(MSBuildThisFileDirectory)/../build/$(MSBuildThisFile)" />

</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project>

<Import Project="$(MSBuildThisFileDirectory)/../build/$(MSBuildThisFile)" />

</Project>

0 comments on commit cae8d9e

Please sign in to comment.