Skip to content

Commit

Permalink
Generate PBD files to be embedded in snupkg (#80)
Browse files Browse the repository at this point in the history
Generate PDB files to be embedded in the snupkg
  • Loading branch information
heqianwang authored Aug 16, 2024
1 parent d1cf8c0 commit a968b3e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Workleap.OpenApi.MSBuild/Workleap.OpenApi.MSBuild.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
<IncludeBuildOutput>false</IncludeBuildOutput>
<DevelopmentDependency>true</DevelopmentDependency>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>

<!-- Prevents PDBs from being included in the package as we manually copy the files in the tools/ dir -->
<DebugType Condition="'$(Configuration)' == 'Release'">None</DebugType>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit a968b3e

Please sign in to comment.