Skip to content

Commit

Permalink
Include symbols in package (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkl authored Jun 30, 2022
1 parent e03770d commit 6e3e4c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<RepositoryUrl>https://github.com/jeffkl/ManagedDism.git</RepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<RepositoryType>Git</RepositoryType>
<IncludeSymbols>true</IncludeSymbols>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>
</Project>
1 change: 1 addition & 0 deletions src/Microsoft.Dism/Microsoft.Dism.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<ArtifactsPath>$(ArtifactsBasePath)$(MSBuildProjectName)</ArtifactsPath>
<Description>Managed API for Deployment Image Servicing and Management (DISM)</Description>
<PackageTags>Dism</PackageTags>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>
<ItemGroup>
<None Include="PublicAPI.Shipped.txt" />
Expand Down

0 comments on commit 6e3e4c7

Please sign in to comment.