Skip to content

Commit

Permalink
Try to fix libman in monaco
Browse files Browse the repository at this point in the history
  • Loading branch information
oveldman committed Dec 12, 2022
1 parent 9d901b8 commit 65f79fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MadWorld/MadWorld.Monaco/MadWorld.Monaco.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,10 @@
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.175" />
</ItemGroup>

<Target Name="_LibraryManagerRestoreContentItems" AfterTargets="LibraryManagerRestore">
<ItemGroup>
<Content Remove="@(FilesForPackagingFromProject)" />
<Content Include="@(FilesForPackagingFromProject)" CopyToPublishDirectory="PreserveNewest" />
</ItemGroup>
</Target>
</Project>

0 comments on commit 65f79fc

Please sign in to comment.