Skip to content

Commit

Permalink
Package PDB files
Browse files Browse the repository at this point in the history
  • Loading branch information
myd7349 committed Sep 11, 2024
1 parent 7aeb08a commit 2a46b70
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Source/SharpLSL.Natives/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>

<PropertyGroup Label="Package">
<LSLBuildCITagVersion>2024.09.10</LSLBuildCITagVersion>
<LSLBuildCITagVersion>2024.09.11</LSLBuildCITagVersion>
<ExcludeSymbolsFromPackage>false</ExcludeSymbolsFromPackage>
<IncludeBuildOutput>false</IncludeBuildOutput>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@

<ItemGroup>
<NativeLibs Include="$(ProjectDir)$(BaseIntermediateOutputPath)bin/**/*.dll" />
<None Include="@(NativeLibs)">
<NativePdbs Include="$(ProjectDir)$(BaseIntermediateOutputPath)bin/**/*.pdb" />
<None Include="@(NativeLibs);@(NativePdbs)">
<Pack>true</Pack>
<PackagePath>runtimes/$(RID)/native</PackagePath>
<Link>runtimes/$(RID)/native/%(FileName)%(Extension)</Link>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@

<ItemGroup>
<NativeLibs Include="$(ProjectDir)$(BaseIntermediateOutputPath)bin/**/*.dll" />
<None Include="@(NativeLibs)">
<NativePdbs Include="$(ProjectDir)$(BaseIntermediateOutputPath)bin/**/*.pdb" />
<None Include="@(NativeLibs);@(NativePdbs)">
<Pack>true</Pack>
<PackagePath>runtimes/$(RID)/native</PackagePath>
<Link>runtimes/$(RID)/native/%(FileName)%(Extension)</Link>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@

<ItemGroup>
<NativeLibs Include="$(ProjectDir)$(BaseIntermediateOutputPath)bin/**/*.dll" />
<None Include="@(NativeLibs)">
<NativePdbs Include="$(ProjectDir)$(BaseIntermediateOutputPath)bin/**/*.pdb" />
<None Include="@(NativeLibs);@(NativePdbs)">
<Pack>true</Pack>
<PackagePath>runtimes/$(RID)/native</PackagePath>
<Link>runtimes/$(RID)/native/%(FileName)%(Extension)</Link>
Expand Down

0 comments on commit 2a46b70

Please sign in to comment.