Re-enable symstore targets for System.Private.CoreLib (#1003)
authorSantiago Fernandez Madero <safern@microsoft.com>
Wed, 18 Dec 2019 04:30:38 +0000 (22:30 -0600)
committerGitHub <noreply@github.com>
Wed, 18 Dec 2019 04:30:38 +0000 (22:30 -0600)
src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj

index 38a1209..e39d292 100644 (file)
@@ -11,8 +11,6 @@
     <!-- Ensure a portable PDB is emitted for the project. A PDB is needed for crossgen. -->
     <DebugType>Portable</DebugType>
     <DebugSymbols>true</DebugSymbols>
-    <!-- Re-enable once issue: https://github.com/dotnet/runtime/issues/273 is fixed. -->
-    <PublishWindowsPdb>false</PublishWindowsPdb>
 
     <!-- Force System.Private.CoreLib.dll into a special IL output directory -->
     <OutputPath>$(BinDir)IL/</OutputPath>