Skip to content

Commit d511872

Browse files
Jack251970Copilot
andauthored
Ensure runtimes folder
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c46a52d commit d511872

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,13 @@
9090
<!-- Workaround for https://github.com/mono/SkiaSharp/issues/3519 -->
9191
<Target Name="RemoveUnnecessaryPdbFilesAfterBuild" AfterTargets="Build">
9292
<ItemGroup>
93-
<PdbFilesToRemoveBuild Include="$(OutputPath)**\*.pdb" />
93+
<PdbFilesToRemoveBuild Include="$(OutputPath)runtimes\**\*.pdb" />
9494
</ItemGroup>
9595
<Delete Files="@(PdbFilesToRemoveBuild)" />
9696
</Target>
9797
<Target Name="RemoveUnnecessaryPdbFilesAfterPublish" AfterTargets="Publish">
9898
<ItemGroup>
99-
<PdbFilesToRemovePublish Include="$(PublishDir)**\*.pdb" />
99+
<PdbFilesToRemovePublish Include="$(PublishDir)runtimes\**\*.pdb" />
100100
</ItemGroup>
101101
<Delete Files="@(PdbFilesToRemovePublish)" />
102102
</Target>

0 commit comments

Comments
 (0)